mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user