mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Fixes ghost ghosting bug (#7010)
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
/mob/observer/Destroy()
|
||||
if(body_backup)
|
||||
qdel(body_backup)
|
||||
..()
|
||||
body_backup = null
|
||||
return ..()
|
||||
|
||||
// Persistence vars not included as we probably don't want losing limbs in the game mean losing limbs in real life. Definitely can't backfire.
|
||||
/mob/observer/dead/verb/fake_enter_vr()
|
||||
|
||||
Reference in New Issue
Block a user