mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-12 08:43:26 +01:00
Removes loss POI, gnome, pufferfish and ack
This commit is contained in:
@@ -164,7 +164,8 @@
|
||||
message = "chirps!"
|
||||
playsound(src.loc, 'sound/misc/nymphchirp.ogg', 50, 0, preference = /datum/client_preference/emote_noises)
|
||||
m_type = 2
|
||||
if ("hooh")
|
||||
// CHOMP Removal: Begone demons
|
||||
/*if ("hooh")
|
||||
message = "lets out a hooh!"
|
||||
playsound(src.loc, 'sound/items/hooh.ogg', 50, 1, -1, preference = /datum/client_preference/emote_noises)
|
||||
m_type = 2
|
||||
@@ -176,6 +177,7 @@
|
||||
message = "makes a weird noise!"
|
||||
playsound(src.loc, 'sound/misc/ough.ogg', 50, 1, -1, preference = /datum/client_preference/emote_noises)
|
||||
m_type = 2 //End of Yawn Addtion
|
||||
*/
|
||||
if ("howl") // YW add begins
|
||||
m_type = 2
|
||||
message = "lets out a howl."
|
||||
@@ -192,7 +194,7 @@
|
||||
message = "does a flip!"
|
||||
m_type = 1
|
||||
if("vhelp") //Help for Virgo-specific emotes.
|
||||
to_chat(src, "vwag, vflap, mlem, blep, awoo, awoo2, growl, nya, peep, chirp, hoot, weh, merp, myarp, bark, bork, mrow, mrowl, hypno, hiss, rattle, squeak, geck, baa, baa2, mar, wurble, snort, meow, moo, croak, gao, cackle, nsay, nme, flip")
|
||||
to_chat(src, "vwag, vflap, mlem, blep, awoo, awoo2, growl, nya, peep, chirp, hoot, weh, merp, myarp, bark, bork, mrow, mrowl, hypno, howl, hiss, rattle, squeak, geck, baa, baa2, mar, wurble, snort, meow, moo, croak, gao, cackle, nsay, nme, flip") //CHOMP Addition: adds howl to list since YW didn't
|
||||
return TRUE
|
||||
|
||||
if(message)
|
||||
|
||||
Reference in New Issue
Block a user