Line 480 of base/triggers.lua looks something like:Paul Stevens (via PM) wrote:Downloaded dsbtest33.zip and the
CSB port.
Got fatal LUA ERROR
Lua function pit.on_trigger: base/triggers.lua;480 attempt to perform arithmetic on global 'damage_amount' (a nil value)
Happened only 30 seconds into the game after running
away from the opening worms.
Code: Select all
dsb_set_hp(what, dsb_get_hp(what) - damage_amount)
Code: Select all
local damage_amount = 20
I'll have a better fix in DSB 0.34.