Add stars.
This commit is contained in:
parent
6a793059f2
commit
37c7275a07
3 changed files with 190 additions and 8 deletions
4
abms.lua
4
abms.lua
|
@ -2,6 +2,10 @@
|
|||
|
||||
-- player surface damage and hunger
|
||||
local dps_delay = 3000000
|
||||
if fun_caves.DEBUG then
|
||||
local dps_delay = 1000000
|
||||
end
|
||||
|
||||
local last_dps_check = 0
|
||||
local cold_delay = 5
|
||||
local monster_delay = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue