Merge pull request #6536 from Citadel-Station-13/upstream-merge-37436

[MIRROR] Adds a stationloving component to replace a couple of flags and SSinbounds with
This commit is contained in:
LetterJay
2018-04-28 01:36:04 -05:00
committed by GitHub
12 changed files with 100 additions and 148 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ GLOBAL_VAR_INIT(highlander, FALSE)
send_to_playing_players("<span class='boldannounce'><font size=6>THERE CAN BE ONLY ONE</font></span>")
for(var/obj/item/disk/nuclear/N in GLOB.poi_list)
N.relocate() //Gets it out of bags and such
var/datum/component/stationloving/component = N.GetComponent(/datum/component/stationloving)
if (component)
component.relocate() //Gets it out of bags and such
for(var/mob/living/carbon/human/H in GLOB.player_list)
if(H.stat == DEAD || !(H.client))