Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (CounterLookup("Rain Monster").CounterMayHitNextTurn())
- {
- Vec2i range = CounterLookup("Rain Monster").CounterGetWindowRange();
- if (range.y == 0 && my_level() >= 11)
- {
- chains.listAppend(Chain().ChainSetShouldStopSpendingAdventures("sea wandering monster exploit"));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement