mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Adds a *myarp emote.
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user