moves all living var definitions to living_defines (#19203)

This commit is contained in:
Charlie
2022-10-03 11:19:37 +01:00
committed by GitHub
parent 5d5fa4fa6d
commit 8e39fbc57c
4 changed files with 14 additions and 15 deletions
-9
View File
@@ -23,15 +23,6 @@ GLOBAL_LIST_EMPTY(frozen_atom_list) // A list of admin-frozen atoms.
return
///mob freeze procs
/mob/living
/// Used for preventing attacks on admin-frozen mobs.
var/frozen = null
/// Used for keeping track of previous sleeping value with admin freeze.
var/admin_prev_sleeping = 0
/// Flag to enable these making trees semi-transparent if behind them
flags_2 = CRITICAL_ATOM_2
/mob/living/admin_Freeze(client/admin, skip_overlays = FALSE, mech = null)
if(!istype(admin))
return