diff --git a/code/modules/xenobio/items/slimepotions.dm b/code/modules/xenobio/items/slimepotions.dm index 14da661161..e734ddbfdc 100644 --- a/code/modules/xenobio/items/slimepotions.dm +++ b/code/modules/xenobio/items/slimepotions.dm @@ -206,6 +206,7 @@ to_chat(user, span_notice("You feed \the [M] the agent. It will now try to murder things that want to murder you instead.")) to_chat(M, span_notice("\The [user] feeds you \the [src], and feel that the others will regard you as an outsider now.")) + M.faction = user.faction AI.remove_target() // So hostile things stop attacking people even if not hostile anymore. if(istype(M, /mob/living/simple_mob/slime)) var/mob/living/simple_mob/slime/slime = M