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

![image](https://user-images.githubusercontent.com/51932756/223318559-22e37794-b8e4-4296-b10f-381f5fe0802c.png)


## 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:
ArcaneDefence
2023-03-08 22:12:29 +00:00
committed by GitHub
co-authored by tattle
parent 8ab1d7dd94
commit 6be320d5ce
4 changed files with 8 additions and 1 deletions
@@ -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.