Attackers uses strings, not references

This commit is contained in:
Anewbe
2019-01-18 16:51:03 -06:00
parent 59d954fd59
commit 152f76c64b
+1 -1
View File
@@ -238,7 +238,7 @@
/datum/ai_holder/proc/on_attacked(atom/movable/AM)
if(isliving(AM))
var/mob/living/L = AM
if(!(L in attackers))
if(!(L.name in attackers))
attackers |= L.name
last_conflict_time = world.time