Adds a *myarp emote.

This commit is contained in:
Heroman
2020-05-02 07:08:05 +10:00
parent 052d36ce51
commit 82af30be97
2 changed files with 6 additions and 2 deletions
@@ -47,6 +47,10 @@
message = "lets out a merp."
m_type = 2
playsound(loc, 'sound/voice/merp.ogg', 50, 1, -1, preference = /datum/client_preference/emote_noises)
if("myarp")
message = "lets out a myarp."
m_type = 2
playsound(loc, 'sound/voice/myarp.ogg', 50, 1, -1, preference = /datum/client_preference/emote_noises)
if("bark")
message = "lets out a bark."
m_type = 2
@@ -90,10 +94,10 @@
/mob/living/carbon/human/proc/handle_flip_vr()
var/original_density = density
var/original_passflags = pass_flags
//Briefly un-dense to dodge projectiles
density = FALSE
//Parkour!
var/parkour_chance = 20 //Default
if(species)
Binary file not shown.