Mobs on CentCom will not be selected as valentines. (#64926)

* No love at centcom

* Okay, nuke ops can have a little valentines
This commit is contained in:
Josh
2022-02-16 14:35:12 -05:00
committed by GitHub
parent ce75f441ff
commit f6aec6cc12
+2 -1
View File
@@ -23,7 +23,8 @@
var/list/valentines = list()
for(var/mob/living/M in GLOB.player_list)
if(!M.stat && M.mind)
var/turf/current_turf = get_turf(M.mind.current)
if(!M.stat && M.mind && !current_turf.onCentCom())
valentines |= M