Drop drops in zombie mode, 2x the interval though

master
LoneWolfHT 2020-04-27 10:37:21 -07:00
parent 618dbf6823
commit 90fb4b74b7
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ main.register_mode("zombie_survival", {
min_players = 1,
drops = main.default_drops,
starter_items = main.default_starter_items,
drop_interval = main.default_drop_interval * 2,
on_step = function(dtime)
z_s_modestep = z_s_modestep + dtime