mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
moves all living var definitions to living_defines (#19203)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user