adds new sound for lunge, fixes mesmerize mute, weaks abilities

This commit is contained in:
CygnusB
2020-12-02 21:30:57 -03:00
parent de8255c306
commit db72f51d96
6 changed files with 83 additions and 58 deletions
+8
View File
@@ -100,6 +100,14 @@
id = "Mesmerize"
alert_type = /obj/screen/alert/status_effect/mesmerized
/datum/status_effect/no_combat_mode/mesmerize/on_creation(mob/living/new_owner, set_duration)
. = ..()
ADD_TRAIT(owner, TRAIT_MUTE, "mesmerize")
/datum/status_effect/no_combat_mode/mesmerize/on_remove()
. = ..()
REMOVE_TRAIT(owner, TRAIT_MUTE, "mesmerize")
/obj/screen/alert/status_effect/mesmerized
name = "Mesmerized"
desc = "You cant tear your sight from who is in front of you...Their gaze is simply too enthralling.."