Traps with a catch now last 10 minutes instead of 1

This commit is contained in:
randy 2024-12-06 08:05:40 -07:00
parent be7143be20
commit ffe1e11d11

View file

@ -306,7 +306,7 @@ public class TrapSetting {
case 3:
handleCatch(counter, wrapper, node, npc, success);
if (success) {
wrapper.setTicks(GameWorld.getTicks() + 100);
wrapper.setTicks(GameWorld.getTicks() + 1000);
wrapper.setReward(node);
wrapper.setObject(getFinalId(wrapper, node));
switch(wrapper.getType()) {