mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes deathgasp and emote colour (#4790)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user