mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-22 04:46:50 +01:00
Made some object lists less terrible to read
This commit is contained in:
@@ -30,7 +30,7 @@ GLOBAL_PROTECT(VVpixelmovement)
|
||||
else if (isloc(var_value))
|
||||
. = VV_ATOM_REFERENCE
|
||||
|
||||
else if (istype(var_value,/client))
|
||||
else if (istype(var_value, /client))
|
||||
. = VV_CLIENT
|
||||
|
||||
else if (istype(var_value, /datum))
|
||||
|
||||
Reference in New Issue
Block a user