mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-26 10:12:17 +00:00
Everything else through the door (#19358)
This commit is contained in:
@@ -31,13 +31,13 @@ GLOBAL_PROTECT(VVmaint_only)
|
||||
else if(ismob(var_value))
|
||||
. = VV_MOB_REFERENCE
|
||||
|
||||
else if(isloc(var_value))
|
||||
else if(isatom(var_value))
|
||||
. = VV_ATOM_REFERENCE
|
||||
|
||||
else if(istype(var_value, /matrix))
|
||||
. = VV_MATRIX
|
||||
|
||||
else if(istype(var_value,/client))
|
||||
else if(isclient(var_value))
|
||||
. = VV_CLIENT
|
||||
|
||||
else if(istype(var_value, /datum))
|
||||
|
||||
Reference in New Issue
Block a user