mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
cryo runtime fix (#18089)
This commit is contained in:
@@ -370,6 +370,8 @@
|
||||
if(O.target != occupant.mind)
|
||||
continue
|
||||
O.on_target_cryo()
|
||||
occupant.mind.remove_all_antag_datums()
|
||||
|
||||
if(occupant.mind && occupant.mind.assigned_role)
|
||||
//Handle job slot/tater cleanup.
|
||||
var/job = occupant.mind.assigned_role
|
||||
@@ -435,7 +437,6 @@
|
||||
else
|
||||
occupant.ghostize(TRUE)
|
||||
|
||||
occupant.mind.remove_all_antag_datums()
|
||||
QDEL_NULL(occupant)
|
||||
name = initial(name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user