mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Re-adds cat scream (#385)
## About The Pull Request Restores the cat scream from https://github.com/Skyrat-SS13/Skyrat-tg/pull/22050 All tested and such.  ## Changelog 🆑 sound: Re-instated the cat scream previously removed. /🆑
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/datum/scream_type/tajaran
|
||||
name = "Cat Scream"
|
||||
male_screamsounds = list('modular_zubbers/sound/emotes/screams/cat_scream.ogg')
|
||||
female_screamsounds = null
|
||||
@@ -0,0 +1,3 @@
|
||||
/datum/species/tajaran
|
||||
screamsounds = list('modular_zubbers/sound/emotes/screams/cat_scream.ogg')
|
||||
femalescreamsounds = null
|
||||
Binary file not shown.
@@ -7265,6 +7265,8 @@
|
||||
#include "modular_zubbers\code\modules\designs\limbgrower_designs.dm"
|
||||
#include "modular_zubbers\code\modules\disease\hidden.dm"
|
||||
#include "modular_zubbers\code\modules\dynamic\midround_rulesets.dm"
|
||||
#include "modular_zubbers\code\modules\emotes\scream_datums.dm"
|
||||
#include "modular_zubbers\code\modules\emotes\species_screams.dm"
|
||||
#include "modular_zubbers\code\modules\fluff\flora\ash_flora.dm"
|
||||
#include "modular_zubbers\code\modules\food_and_drinks\recipes\tablecraft\recipes_seafood.dm"
|
||||
#include "modular_zubbers\code\modules\ghostcafe\hilbertshotel_silicon.dm"
|
||||
|
||||
Reference in New Issue
Block a user