From 56dd78cf2490d964458d4c974fba99ac50859588 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:54:21 +0300 Subject: [PATCH] [MIRROR] Don't gain every faction of a mob you make sentient (#1820) * Don't gain every faction of a mob you make sentient (#81274) --------- Co-authored-by: NovaBot <154629622+NovaBot13@users.noreply.github.com> Co-authored-by: Jacquerel --- code/datums/mind/antag.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/mind/antag.dm b/code/datums/mind/antag.dm index 81a0a939a9c..46344c4a0a6 100644 --- a/code/datums/mind/antag.dm +++ b/code/datums/mind/antag.dm @@ -216,7 +216,7 @@ enslaved_to = WEAKREF(creator) current.faction |= creator.faction - creator.faction |= current.faction + creator.faction |= "[REF(current)]" current.log_message("has been enslaved to [key_name(creator)].", LOG_GAME) log_admin("[key_name(current)] has been enslaved to [key_name(creator)].")