Locks *flip to freerunning quirk (#15050)

* locks *flip to freerunning quirk

* quirk description

* remove non modular edit
This commit is contained in:
Tom
2022-08-03 01:36:13 +01:00
committed by GitHub
parent 06c7a2c74c
commit d14efe65fb
+7 -1
View File
@@ -52,6 +52,12 @@
return 'modular_skyrat/modules/emotes/sound/emotes/female/female_sneeze.ogg'
return
/datum/emote/flip/can_run_emote(mob/user, status_check, intentional)
if(!HAS_TRAIT(user, TRAIT_FREERUNNING))
user.balloon_alert(user, "not nimble enough!")
return FALSE
return ..()
/datum/emote/living/peep
key = "peep"
key_third_person = "peeps"
@@ -504,7 +510,7 @@
emote_type = EMOTE_AUDIBLE
vary = TRUE
sound = 'modular_skyrat/modules/emotes/sound/voice/goose_honk.ogg'
/datum/emote/living/gnash
key = "gnash"
key_third_person = "gnashes"