The bug even seems to be an inheritance from the 0.17 version of the mod. The mod implements among other things shortcuts to disable nightvision, belt immunity equipment and personal laser defense. But when clicking on those shortcuts there is always the following error:
Code: Select all
Error while running event Shortcuts-ick::on_lua_shortcut (ID 34)
LuaEquipment API call when LuaEquipment was invalid.
stack traceback:
[C]: in function 'take'
__Shortcuts-ick__/control.lua:43: in function 'update_state'
__Shortcuts-ick__/control.lua:372: in function <__Shortcuts-ick__/control.lua:362>
stack traceback:
[C]: in ?
[C]: in function 'take'
__Shortcuts-ick__/control.lua:43: in function 'update_state'
__Shortcuts-ick__/control.lua:372: in function <__Shortcuts-ick__/control.lua:362>
Any hint what might cause this bug would be appreciated.