/obj/structure/prop can be varedited properly

This commit is contained in:
Ava
2023-03-29 01:21:35 -04:00
parent c0ac86888f
commit 1d9875cab3
+1 -1
View File
@@ -38,6 +38,7 @@
/obj/structure/prop/vv_edit_var(var_name, var_value)
if(var_name == "state")
change_state(var_value)
return ..()
//Misc stuff that fits no category
@@ -66,4 +67,3 @@
* Like, I don't want to add a state machine to decorative objects. You can if you want.
*
*/