mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 12:17:07 +01:00
ok
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
/atom/get_view_variables_header_legacy()
|
||||
/datum/proc/get_view_variables_header_legacy()
|
||||
return ""
|
||||
|
||||
/mob/living/get_view_variables_header_legacy()
|
||||
|
||||
@@ -4,6 +4,8 @@ GLOBAL_LIST_INIT(VVicon_edit_lock, list("icon", "icon_state", "overlays", "under
|
||||
GLOBAL_PROTECT(VVicon_edit_lock)
|
||||
GLOBAL_LIST_INIT(VVckey_edit, list("key", "ckey")) //Requires DEBUG or SPAWN
|
||||
GLOBAL_PROTECT(VVckey_edit)
|
||||
GLOBAL_LIST_INIT(VVpixelmovement, list("bound_x", "bound_y", "step_x", "step_y", "step_size", "bound_height", "bound_width", "bounds"))
|
||||
GLOBAL_PROTECT(VVpixelmovement)
|
||||
|
||||
/client/proc/vv_parse_text(O, new_var)
|
||||
if(O && findtext(new_var,"\["))
|
||||
|
||||
Reference in New Issue
Block a user