Renames TRAIT_MONKEYLIKE to TRAIT_DISCOORDINATED_TOOL_USER and fixes an issu with jungle fever (#57897)

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
Ghom
2021-03-27 18:47:36 -07:00
committed by GitHub
co-authored by Mothblocks
parent a4359b3d95
commit 4e31fcecfa
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -227,11 +227,11 @@
lose_text = "<span class='notice'>You feel in control of your hands again.</span>"
/datum/brain_trauma/severe/discoordination/on_gain()
ADD_TRAIT(owner, TRAIT_MONKEYLIKE, TRAUMA_TRAIT)
ADD_TRAIT(owner, TRAIT_DISCOORDINATED_TOOL_USER, TRAUMA_TRAIT)
..()
/datum/brain_trauma/severe/discoordination/on_lose()
REMOVE_TRAIT(owner, TRAIT_MONKEYLIKE, TRAUMA_TRAIT)
REMOVE_TRAIT(owner, TRAIT_DISCOORDINATED_TOOL_USER, TRAUMA_TRAIT)
..()
/datum/brain_trauma/severe/pacifism