Fix a couple of stupid MoMMI inventory-handling issues.

This commit is contained in:
Rob Nelson
2013-11-23 21:20:23 -08:00
parent 5f21ba27c7
commit b493cbf0fb
3 changed files with 12 additions and 4 deletions

View File

@@ -37,7 +37,12 @@
tool_state = W
W.layer = 20
contents += W
inv_tool.icon_state = "inv1"
// Make crap we pick up active so there's less clicking and carpal. - N3X
module_active=tool_state
inv_tool.icon_state = "inv1 +a"
inv_sight.icon_state = "sight"
update_items()
return 1