Fixes naked ghosts

Fixes ghosts going all naked as soon as they summon a typing bubble or anything.
This commit is contained in:
Verkister
2021-03-22 17:47:20 +02:00
committed by GitHub
parent 3a82d38de4
commit e751ebd22b
+2 -2
View File
@@ -121,7 +121,7 @@
// Unclear why this isn't being grabbed by appearance.
if(ishuman(body))
var/mob/living/carbon/human/H = body
overlays = H.overlays_standing
add_overlay(H.overlays_standing)
if(!T) T = pick(latejoin) //Safety in case we cannot find the body's position
forceMove(T)
@@ -909,4 +909,4 @@ mob/observer/dead/MayRespawn(var/feedback = 0)
/mob/observer/dead/verb/respawn()
set name = "Respawn"
set category = "Ghost"
src.abandon_mob()
src.abandon_mob()