mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Locks *flip to freerunning quirk (#15050)
* locks *flip to freerunning quirk * quirk description * remove non modular edit
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user