global lists global defined

This commit is contained in:
Desolate
2018-10-02 15:52:46 -05:00
parent c47df961d9
commit c974e29a3c
385 changed files with 1403 additions and 1403 deletions
@@ -18,7 +18,7 @@
var/list/L = list()
var/list/areaindex = list()
for(var/obj/item/radio/beacon/R in beacons)
for(var/obj/item/radio/beacon/R in GLOB.beacons)
var/turf/T = get_turf(R)
if(!T)
continue
+1 -1
View File
@@ -79,7 +79,7 @@
target.suiciding = 0
target.revive()
if(!target.ckey)
for(var/mob/dead/observer/ghost in player_list)
for(var/mob/dead/observer/ghost in GLOB.player_list)
if(target.real_name == ghost.real_name)
ghost.reenter_corpse()
break