Skrell Slaps (#11355)

This commit is contained in:
Geeves
2021-03-07 20:22:05 +02:00
committed by GitHub
parent 6f41902a39
commit d8b26be170
4 changed files with 12 additions and 0 deletions

View File

@@ -502,6 +502,11 @@
'sound/effects/bodyfall4.ogg'
)
/decl/sound_category/bodyfall_skrell_sound
sounds = list(
'sound/effects/bodyfall_skrell1.ogg'
)
/decl/sound_category/bodyfall_machine_sound
sounds = list(
'sound/effects/bodyfall_machine1.ogg',

View File

@@ -81,6 +81,7 @@
ACCENT_SILVERSUN, ACCENT_KONYAN, ACCENT_EUROPA)
zombie_type = SPECIES_ZOMBIE_SKRELL
bodyfall_sound = /decl/sound_category/bodyfall_skrell_sound
/datum/species/skrell/handle_post_spawn(mob/living/carbon/human/H)
..()

View File

@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- rscadd: "Skrell now make a wet slapping noise when they fall over. Yeah."

Binary file not shown.