mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Cat and Mouse choose from emote_hear list
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
|
||||
switch(act)
|
||||
if("meow")
|
||||
message = "<B>[src]</B> meows!"
|
||||
message = "<B>[src]</B> [pick(emote_hear)]!"
|
||||
m_type = 2 //audible
|
||||
playsound(src, meow_sound, 50, 0.75)
|
||||
if("hiss")
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
|
||||
switch(act)
|
||||
if("squeak")
|
||||
message = "<B>\The [src]</B> squeaks!"
|
||||
message = "<B>\The [src]</B> [pick(emote_hear)]!"
|
||||
m_type = 2 //audible
|
||||
playsound(src, squeak_sound, 40, 1)
|
||||
if("help")
|
||||
|
||||
Reference in New Issue
Block a user