mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
fix (#29129)
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user