diff --git a/code/__HELPERS/areas.dm b/code/__HELPERS/areas.dm index d1bad98a1c6..932df589e0c 100644 --- a/code/__HELPERS/areas.dm +++ b/code/__HELPERS/areas.dm @@ -158,7 +158,7 @@ GLOBAL_LIST_INIT(typecache_powerfailure_safe_areas, typecacheof(/area/station/en //inform atoms on the turf that their area has changed for(var/atom/stuff as anything in the_turf) //unregister the stuff from its old area - SEND_SIGNAL(stuff, COMSIG_EXIT_AREA, oldA) + SEND_SIGNAL(stuff, COMSIG_EXIT_AREA, old_area) //register the stuff to its new area. special exception for apc as its not registered to this signal if(istype(stuff, /obj/machinery/power/apc))