pandorabox_custom/spacecannon.lua
2019-07-29 11:10:46 +02:00

6 lines
97 B
Lua

spacecannon.can_shoot = function(pos)
-- only allow shooting in space
return pos.y > 1000
end