mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
[MIRROR] null keys on observer destroy (#11862)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
aed44072d3
commit
b3ee50e9f8
@@ -557,9 +557,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
//ChompEDIT START - deal with weird behavior on qdelled ghosts
|
||||
if(client) //qdelling a ghost with a client = make a new ghost i guess
|
||||
ghostize()
|
||||
if(key) //qdelling a ghost with a key = remove the key first to prevent logging into the GC queue
|
||||
key = null
|
||||
//ChompEDIT END
|
||||
if(key)
|
||||
key = null
|
||||
return ..()
|
||||
|
||||
/mob/Moved(atom/old_loc, direction, forced = FALSE)
|
||||
|
||||
Reference in New Issue
Block a user