area 
Vars | |
| always_unpowered | Disables constructing or using APCs in this area. |
|---|---|
| can_have_gravity | If FALSE, this area is unable to have its gravity overridden by a gravity generator. Used on /area/space. |
| holomap_color | Color of this area on the holomap. Must be a hex color (as string) or null. |
| proper_name | Automatically set by SetName and Initialize; cached result of strip_improper(name). |
Procs | |
| powered | return true if the area has power to given channel |
Var Details
always_unpowered 
Disables constructing or using APCs in this area.
can_have_gravity 
If FALSE, this area is unable to have its gravity overridden by a gravity generator. Used on /area/space.
holomap_color 
Color of this area on the holomap. Must be a hex color (as string) or null.
proper_name 
Automatically set by SetName and Initialize; cached result of strip_improper(name).
Proc Details
powered
return true if the area has power to given channel