Skip to content

Commit

Permalink
[MIRROR] Don't gain every faction of a mob you make sentient (#1820)
Browse files Browse the repository at this point in the history
* Don't gain every faction of a mob you make sentient (#81274)

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Jacquerel <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent 7b8fcd6 commit 56dd78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/mind/antag.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)].")
Expand Down

0 comments on commit 56dd78c

Please sign in to comment.