This commit is contained in:
kyunkyunkyun
2025-04-30 06:03:21 +05:00
committed by GitHub
parent 5b6513bfe0
commit 2ba0edbefb
3 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
return FALSE
// hide and freeze for the GC
notransform = TRUE
icon = null
if(gib_nullifies_icon)
icon = null
invisibility = 101
playsound(src.loc, 'sound/goonstation/effects/gib.ogg', 50, 1)
@@ -119,3 +119,5 @@
var/last_taste_text
///If a creature gets to be super special and have extra range on their chat messages
var/extra_message_range = 0
/// Sets our icon to `null` when `gib()` is used
var/gib_nullifies_icon = TRUE
@@ -10,6 +10,7 @@
universal_speak = FALSE
status_flags = CANPUSH
healable = TRUE
gib_nullifies_icon = FALSE // prevents players from having transparent icon when their body is gibbed
var/icon_living = ""
var/icon_dead = ""