Makes syndicate depot structures Initialize() (#15120)

This commit is contained in:
AffectedArc07
2020-12-16 20:08:32 +00:00
committed by GitHub
parent 220fcc8856
commit 1843266a4a
6 changed files with 24 additions and 25 deletions

View File

@@ -29,7 +29,7 @@
/obj/structure/closet/secure_closet/syndicate/depot/proc/loot_pickup()
if(!ignore_use)
var/area/syndicate_depot/core/depotarea = areaMaster
var/area/syndicate_depot/core/depotarea = get_area(src)
if(istype(depotarea))
depotarea.locker_looted()
if(is_armory)