mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user