This commit is contained in:
kevinz000
2020-04-14 00:44:49 -07:00
parent 6834ae9bb4
commit 20fbf7a142
3 changed files with 13 additions and 13 deletions
@@ -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,"\["))