mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fixes vox shoal prisonners not counting (#26512)
This commit is contained in:
@@ -293,6 +293,7 @@
|
||||
var/mob/transmogged_to //holds a reference to the mob which holds a reference to this mob in its transmogged_from var
|
||||
|
||||
var/forced_density = 0 // If the mob was made non-dense by an admin.
|
||||
var/old_assigned_role // If they ghosted, what role did they have?
|
||||
|
||||
/mob/resetVariables()
|
||||
..("callOnFace", "pinned", "embedded", "abilities", "grabbed_by", "requests", "mapobjs", "mutations", "spell_list", "viruses", "resistances", "radar_blips", "active_genes", \
|
||||
|
||||
Reference in New Issue
Block a user