Fixes deathgasp and emote colour (#4790)

This commit is contained in:
VampyrBytes
2016-06-26 18:30:59 -04:00
committed by Fox McCloud
parent 0a85029023
commit b537758aef
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ VampyrBytes
var/targetText = "at" // what goes inbetween user and target
var/takesNumber = 0 // 1 if the emote uses a number parameter
var/emoteSpanClass = "notice"
var/userSpanClass = "em"
var/emoteSpanClass = "say"
var/userSpanClass = "bold"
var/baseLevel = 1
var/allowParent = 0 // 1 if you want the parent available as well as this one
+4
View File
@@ -344,6 +344,10 @@
commands = list("deathgasp", "deathgasps")
audible = 1
/datum/emote/deathgasp/prevented(var/mob/user)
if(user.stat == DEAD)
return "you are already dead!"
/datum/emote/deathgasp/alien
text = "lets out a waning guttural screech, green blood bubbling from its maw..."
selfText = "let out a waning guttural screech, green blood bubbling from your maw..."