get area master does nothing!

This commit is contained in:
Purpose
2018-09-30 17:28:47 +01:00
parent c47df961d9
commit 29c0734905
11 changed files with 26 additions and 30 deletions
@@ -39,7 +39,7 @@
else
var/area/A = get_area(src)
if(!A || !isarea(A))
if(!istype(A))
return 0
if(A.powered(EQUIP))