Merge pull request #467 from oplosthee/antifire-buff

Change duration of Super Antifire Potions from 2 to 3 minutes
This commit is contained in:
Alexander
2018-01-27 16:09:38 +01:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ public enum GameTimer
FULLTB("teleblock", "Full Teleblock", 5, ChronoUnit.MINUTES),
HALFTB("teleblock", "Half Teleblock", 150, ChronoUnit.SECONDS),
ANTIVENOMPLUS("antivenomplus", "Anti-venom+", 3, ChronoUnit.MINUTES),
SUPERANTIFIRE("superantifire", "Super antifire", 2, ChronoUnit.MINUTES),
SUPERANTIFIRE("superantifire", "Super antifire", 3, ChronoUnit.MINUTES),
ANTIDOTEPLUSPLUS("antidoteplusplus", "Antidote++", 12, ChronoUnit.MINUTES),
BIND("bind", "Bind", GraphicID.BIND, 5, ChronoUnit.SECONDS),
HALFBIND("bind", "Half Bind", GraphicID.BIND, 2500, ChronoUnit.MILLIS),