1.1 코드
flags = {"hidden", "not-stackable", "only-in-cursor", "spawnable"}, 



2.0 코드

??????????


로 바꾸어야 하는데 모딩 팁 글 보니까 이러라고 하는데 무슨뜻임?

Hidden flaghttps://gist.github.com/tburrows13/687f7dc86da1840624575ba437e86cfa#hidden-flag" style="background-color:transparent;float:left;margin:auto;line-height:1;width:28px;height:28px;">

"hidden" is no longer a flag, and is now a property of every single prototype.

-my_prototype.flags = {"hidden"} +my_prototype.hidden = true -------------------------------------------------------------------------- https://gist.github.com/tburrows13/687f7dc86da1840624575ba437e86cfa