Blood Brother now properly sets special role (#31964)

* Blood Brother now properly sets special role

* Update mob_helpers.dm

* Update mob_helpers.dm

* Update mob_helpers.dm
This commit is contained in:
MoreRobustThanYou
2017-10-21 21:15:21 -04:00
committed by CitadelStationBot
parent 3e1c307e4e
commit 637273285d
2 changed files with 11 additions and 8 deletions
+1
View File
@@ -20,6 +20,7 @@
/datum/antagonist/brother/on_gain()
SSticker.mode.brothers += owner
owner.objectives += team.objectives
owner.special_role = special_role
finalize_brother()
return ..()