Skip to content

Commit

Permalink
Battlecruiser Allies now get the Syndicate faction (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Apr 21, 2024
1 parent 865958c commit 6bba7a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/datum/antagonist/battlecruiser/ally/apply_innate_effects(mob/living/mob_override)
. = ..()
var/mob/living/target = mob_override || owner.current
target.faction |= ROLE_SYNDICATE

/datum/antagonist/battlecruiser/ally/remove_innate_effects(mob/living/mob_override)
. = ..()
var/mob/living/target = mob_override || owner.current
target.faction -= ROLE_SYNDICATE
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -5795,6 +5795,7 @@
#include "monkestation\code\modules\aesthetics\walls\iron.dm"
#include "monkestation\code\modules\antagonists\_common\antag_datum.dm"
#include "monkestation\code\modules\antagonists\_common\antag_hud.dm"
#include "monkestation\code\modules\antagonists\battlecruiser\battlecruiser.dm"
#include "monkestation\code\modules\antagonists\brainwashing\brainwashing.dm"
#include "monkestation\code\modules\antagonists\brainwashing\brainwashing_alert.dm"
#include "monkestation\code\modules\antagonists\brainwashing\brainwashing_helpers.dm"
Expand Down

0 comments on commit 6bba7a1

Please sign in to comment.