mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 03:21:42 +00:00
POLARIS: Fixes #3280 (VS) - Typing as ghost removes overlays
Also gives them the proper ghost speech bubble. Unsure why it wasn't used!
This commit is contained in:
@@ -103,12 +103,12 @@
|
||||
if (ishuman(body))
|
||||
var/mob/living/carbon/human/H = body
|
||||
icon = H.icon
|
||||
underlays = H.underlays
|
||||
overlays = H.overlays
|
||||
icon_state = H.icon_state
|
||||
add_overlay(H.overlays_standing) //All our equipment sprites
|
||||
else
|
||||
icon = body.icon
|
||||
icon_state = body.icon_state
|
||||
overlays = body.overlays
|
||||
add_overlay(body.overlays)
|
||||
|
||||
gender = body.gender
|
||||
if(body.mind && body.mind.name)
|
||||
@@ -800,4 +800,7 @@ mob/observer/dead/MayRespawn(var/feedback = 0)
|
||||
if(PP.pai == null)
|
||||
PP.overlays += "pai-ghostalert"
|
||||
spawn(54)
|
||||
PP.overlays.Cut()
|
||||
PP.overlays.Cut()
|
||||
|
||||
/mob/observer/dead/speech_bubble_appearance()
|
||||
return "ghost"
|
||||
|
||||
Reference in New Issue
Block a user