mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fix a couple of stupid MoMMI inventory-handling issues.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user