mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[MIRROR] Ethereals can now scream (#3742)
* Ethereals can now scream (#57276) * Ethereals can now scream Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
@@ -70,6 +70,8 @@
|
||||
return pick('sound/voice/human/malescream_1.ogg', 'sound/voice/human/malescream_2.ogg', 'sound/voice/human/malescream_3.ogg', 'sound/voice/human/malescream_4.ogg', 'sound/voice/human/malescream_5.ogg', 'sound/voice/human/malescream_6.ogg')
|
||||
else if(ismoth(H))
|
||||
return 'sound/voice/moth/scream_moth.ogg'
|
||||
else if(isethereal(H))
|
||||
return pick('sound/voice/ethereal/ethereal_scream_1.ogg', 'sound/voice/ethereal/ethereal_scream_2.ogg', 'sound/voice/ethereal/ethereal_scream_3.ogg')
|
||||
else if(ismonkey(user)) //If its a monkey, override it.
|
||||
return pick('sound/creatures/monkey/monkey_screech_1.ogg',
|
||||
'sound/creatures/monkey/monkey_screech_2.ogg',
|
||||
|
||||
Reference in New Issue
Block a user