Stunned In Object View Decouple fix (#18748)

* decouple is safer

* disable stun ending object views

* ghostize needs to end remote views
This commit is contained in:
Will
2025-11-08 02:55:11 -05:00
committed by GitHub
parent 57dfcdf100
commit 35e4aabd0b
4 changed files with 24 additions and 3 deletions
@@ -183,6 +183,7 @@ Works together with spawning an observer, noted above.
//RS Port #658 End
/mob/proc/ghostize(var/can_reenter_corpse = 1, var/aghost = FALSE)
reset_perspective(src) // End any remoteview we're in
if(key)
if(ishuman(src))
var/mob/living/carbon/human/H = src