mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-11 16:23:14 +01:00
Fixes naked ghosts
Fixes ghosts going all naked as soon as they summon a typing bubble or anything.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user