This commit is contained in:
BiancaWilkson
2025-12-05 07:44:51 +00:00
committed by GitHub
parent f35b10850a
commit e6a39b2c6e
5 changed files with 7 additions and 0 deletions
@@ -643,17 +643,20 @@
key = "flap"
key_third_person = "flaps"
message = "flaps their wings."
sound = 'sound/effects/mob_effects/flap.ogg'
species_type_whitelist_typecache = list(/datum/species/moth)
/datum/emote/living/carbon/human/flap/angry
key = "aflap"
key_third_person = "aflaps"
sound = 'sound/effects/mob_effects/angryflap.ogg'
message = "flaps their wings ANGRILY!"
/datum/emote/living/carbon/human/flutter
key = "flutter"
key_third_person = "flutters"
message = "flutters their wings."
sound = 'sound/effects/mob_effects/flutter.ogg'
species_type_whitelist_typecache = list(/datum/species/moth)
/datum/emote/living/carbon/human/quill
+4
View File
@@ -21,3 +21,7 @@ effects/voxfcaw.ogg and effects/voxrcaw.ogg are processed versions of https://op
starline_pickup was spliced from Phone Receiver.mp3 at https://freesound.org/people/Percy%20Duke/sounds/23535/ under Attributions CC 3.0
voice/scream_kidan.ogg is a modification of voice/scream_moth.ogg introduced from PR# 17000 https://github.com/ParadiseSS13/Paradise/pull/17000 — CC BY-SA 3.0 modified by iramoye(GitHub)
effects/mob_effects/flap.ogg and effects/mob_effects/angryflap.ogg were taken from https://freesound.org/people/Elfman-Rox/sounds/238555/ under CC0
effects/mob_effects/flutter.ogg was taken from https://freesound.org/people/Godowan/sounds/240476/ under CC0
Binary file not shown.
Binary file not shown.
Binary file not shown.