Removes areamaster (#15149)

This commit is contained in:
AffectedArc07
2020-12-20 08:24:16 -05:00
committed by GitHub
parent eb45ef9d9f
commit c92785fea7
4 changed files with 3 additions and 8 deletions
@@ -34,7 +34,7 @@
/mob/living/silicon/decoy/syndicate/depot/proc/raise_alert()
raised_alert = TRUE
var/area/syndicate_depot/core/depotarea = get_area(src) // Cannot use myArea or areaMaster as neither will be defined for this mob type
var/area/syndicate_depot/core/depotarea = get_area(src) // Cannot use myArea as it wont be defined for this mob type
if(istype(depotarea))
depotarea.increase_alert("AI Unit Offline")
else