remove the sub-area system

Removes area/list/related and area/master.
They were only used by the old lighting subarea system.

Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
Mloc
2015-05-10 17:06:29 +01:00
parent 18209f9d78
commit e602a7e286
31 changed files with 153 additions and 228 deletions
@@ -58,10 +58,10 @@
on = 0
else
var/area/A = src.loc.loc
if(!A || !isarea(A) || !A.master)
if(!A || !isarea(A))
on = 0
else
on = A.master.powered(EQUIP) // set "on" to the power status
on = A.powered(EQUIP) // set "on" to the power status
if(!on)
icon_state = "intercom-p"