Advertisement
kolpastebin

Untitled

Oct 1st, 2014
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if (CounterLookup("Rain Monster").CounterMayHitNextTurn())
  2. {
  3. Vec2i range = CounterLookup("Rain Monster").CounterGetWindowRange();
  4. if (range.y == 0 && my_level() >= 11)
  5. {
  6. chains.listAppend(Chain().ChainSetShouldStopSpendingAdventures("sea wandering monster exploit"));
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement