mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Adds plasmaman screams (#73828)
## About The Pull Request Adds sounds Farquaar made and posted on the forums as screams for plasmemes https://tgstation13.org/phpBB/viewtopic.php?p=634202#p634202 After further incoherent screaming in the old folk's house Dragomagol gave me permission to make everyone's life worse by making plasmemes noisy  ## Why It's Good For The Game More feedback for when you inconvenience/crush/injure/maim plasmemes is funny https://streamable.com/ebw9ld Such sweet cacophony ## Changelog 🆑 Farquaar and ArcaneDefence add: Plasmamen can scream now /🆑 --------- Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com>
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
/datum/species/plasmaman/pre_equip_species_outfit(datum/job/job, mob/living/carbon/human/equipping, visuals_only = FALSE)
|
||||
if(job?.plasmaman_outfit)
|
||||
equipping.equipOutfit(job.plasmaman_outfit, visuals_only)
|
||||
else
|
||||
else
|
||||
give_important_for_life(equipping)
|
||||
|
||||
/datum/species/plasmaman/random_name(gender,unique,lastname)
|
||||
@@ -176,6 +176,13 @@
|
||||
// Do normal metabolism
|
||||
return FALSE
|
||||
|
||||
/datum/species/plasmaman/get_scream_sound(mob/living/carbon/human)
|
||||
return pick(
|
||||
'sound/voice/plasmaman/plasmeme_scream_1.ogg',
|
||||
'sound/voice/plasmaman/plasmeme_scream_2.ogg',
|
||||
'sound/voice/plasmaman/plasmeme_scream_3.ogg',
|
||||
)
|
||||
|
||||
/datum/species/plasmaman/get_species_description()
|
||||
return "Found on the Icemoon of Freyja, plasmamen consist of colonial \
|
||||
fungal organisms which together form a sentient being. In human space, \
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user