This commit is contained in:
Ghommie
2020-03-18 23:53:10 +01:00
parent 0285b4cee4
commit 3aa3ed189a
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
var/list/valentines = list()
for(var/mob/living/M in GLOB.player_list)
if(!M.stat && M.client && M.mind && !HAS_TRAIT(M, INVALID_MIDROUND_ANTAG))
if(!M.stat && M.client && M.mind && !HAS_TRAIT(M, TRAIT_NO_MIDROUND_ANTAG))
valentines |= M