mirror 
Vars | |
| deconstructable | Can this mirror be removed from walls with tools? |
|---|---|
| race_flags | Flags this race must have to be selectable with this type of mirror. |
| selectable_races | List of all Races that can be chosen, decided by its Initialize. |
Procs | |
| can_use_mirror | Checks if the mob can continue to use the mirror |
| on_species_change | Hook for mirrors to do stuff on species change |
| pre_change | Ran before we dive into any changes, can be used to block changes by returning FALSE |
Var Details
deconstructable 
Can this mirror be removed from walls with tools?
race_flags 
Flags this race must have to be selectable with this type of mirror.
selectable_races 
List of all Races that can be chosen, decided by its Initialize.
Proc Details
can_use_mirror
Checks if the mob can continue to use the mirror
on_species_change
Hook for mirrors to do stuff on species change
pre_change
Ran before we dive into any changes, can be used to block changes by returning FALSE