From f1154bf840f9ec9b3819c273e5e8fb12823089ac Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Thu, 19 Dec 2019 16:45:08 +0100 Subject: [PATCH] wew --- code/modules/antagonists/ert/ert.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/antagonists/ert/ert.dm b/code/modules/antagonists/ert/ert.dm index a470316ce2..0fb41cabc8 100644 --- a/code/modules/antagonists/ert/ert.dm +++ b/code/modules/antagonists/ert/ert.dm @@ -35,10 +35,10 @@ name_source = GLOB.commando_names /datum/antagonist/ert/deathsquad/apply_innate_effects(mob/living/mob_override) - owner.add_trait(TRAIT_DISK_VERIFIER, DEATHSQUAD_TRAIT) + ADD_TRAIT(owner, TRAIT_DISK_VERIFIER, DEATHSQUAD_TRAIT) /datum/antagonist/ert/deathsquad/remove_innate_effects(mob/living/mob_override) - owner.remove_trait(TRAIT_DISK_VERIFIER, DEATHSQUAD_TRAIT) + REMOVE_TRAIT(owner, TRAIT_DISK_VERIFIER, DEATHSQUAD_TRAIT) /datum/antagonist/ert/security // kinda handled by the base template but here for completion