Skip to content

Commit

Permalink
Update code/modules/surgery/organs/augments_internal.dm
Browse files Browse the repository at this point in the history
Signed-off-by: thgvr <[email protected]>
  • Loading branch information
thgvr authored May 13, 2024
1 parent 026edb6 commit e48db0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/augments_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
/obj/item/organ/cyberimp/brain/joywire/on_life()
if(owner || !(organ_flags & ORGAN_FAILING))
SEND_SIGNAL(owner, COMSIG_ADD_MOOD_EVENT, "joywire", /datum/mood_event/joywire)
ADD_TRAIT (owner, TRAIT_AGEUSIA, TRAIT_GENERIC)
ADD_TRAIT(owner, TRAIT_AGEUSIA, TRAIT_GENERIC)

/obj/item/organ/cyberimp/brain/joywire/emp_act(severity)
. = ..()
Expand Down

0 comments on commit e48db0a

Please sign in to comment.