mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-22 04:36:53 +01:00
Fixes runtime in ticker.dm, 424: Cannot read null.mob_type
This commit is contained in:
@@ -421,7 +421,7 @@ var/global/datum/controller/subsystem/ticker/ticker
|
||||
qdel(player)
|
||||
|
||||
// If they're a carbon, they can get manifested
|
||||
if(J.mob_type & JOB_CARBON)
|
||||
if(J?.mob_type & JOB_CARBON)
|
||||
data_core.manifest_inject(new_char)
|
||||
|
||||
/datum/controller/subsystem/ticker/proc/collect_minds()
|
||||
|
||||
Reference in New Issue
Block a user