mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes #7828
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
var/max_grown = 200
|
var/max_grown = 200
|
||||||
var/time_of_birth
|
var/time_of_birth
|
||||||
var/language
|
var/language
|
||||||
|
var/death_msg = "lets out a waning guttural screech, green blood bubbling from its maw."
|
||||||
|
|
||||||
/mob/living/carbon/alien/New()
|
/mob/living/carbon/alien/New()
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/mob/living/carbon/alien/death(gibbed)
|
/mob/living/carbon/alien/death(gibbed)
|
||||||
if(!gibbed && dead_icon)
|
if(!gibbed && dead_icon)
|
||||||
icon_state = dead_icon
|
icon_state = dead_icon
|
||||||
return ..(gibbed,"lets out a waning guttural screech, green blood bubbling from its maw.")
|
return ..(gibbed,death_msg)
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
speak_emote = list("chirrups")
|
speak_emote = list("chirrups")
|
||||||
icon_state = "nymph"
|
icon_state = "nymph"
|
||||||
language = "Rootspeak"
|
language = "Rootspeak"
|
||||||
|
death_msg = "expires with a pitiful chirrup..."
|
||||||
universal_understand = 1
|
universal_understand = 1
|
||||||
universal_speak = 0 // Dionaea do not need to speak to people other than other dionaea.
|
universal_speak = 0 // Dionaea do not need to speak to people other than other dionaea.
|
||||||
holder_type = /obj/item/weapon/holder/diona
|
holder_type = /obj/item/weapon/holder/diona
|
||||||
|
|||||||
Reference in New Issue
Block a user