adds resize to the list of fun required vars

This commit is contained in:
Kyle Spier-Swenson
2015-10-16 12:24:18 -07:00
parent d809f57de7
commit 66e435300d
+1 -1
View File
@@ -6,7 +6,7 @@ var/list/forbidden_varedit_object_types = list(
)
var/list/VVlocked = list("vars", "client", "virus", "viruses", "cuffed", "last_eaten", "unlock_content", "step_x", "step_y", "force_ending")
var/list/VVicon_edit_lock = list("icon", "icon_state", "overlays", "underlays")
var/list/VVicon_edit_lock = list("icon", "icon_state", "overlays", "underlays", "resize")
var/list/VVckey_edit = list("key", "ckey")
/*