Disable Random events

This commit is contained in:
randy 2024-10-27 20:16:48 -06:00
parent 876b87b72a
commit 661aa22e41

View file

@ -16,7 +16,7 @@ import core.tools.colorize
import org.json.simple.JSONObject
class AntiMacro : PersistTimer(0, "antimacro", isAuto = true), Commands {
var paused = false
var paused = true
var nextRandom: RandomEvents? = null
override fun run(entity: Entity): Boolean {