Using a dehydrated carp no longer strips the neutral faction from the owner.

This commit is contained in:
unknown
2016-06-14 22:01:00 -04:00
parent eab3839b30
commit bb10f6afb5
+1 -1
View File
@@ -40,7 +40,7 @@
var/mob/living/M = new mobtype(get_turf(src))
//Make carp non-hostile to user, and their allies
if(owner)
var/list/factions = owner.faction
var/list/factions = owner.faction.Copy()
for(var/F in factions)
if(F == "neutral")
factions -= F