Feature - Implemented Cleeshed monsters are not affected by +ML

HippoKing

Member
The result of a cleesh will always have 3 HP, no matter how much ML it has.

The following occured (as one of several examples) at +70ML:
Code:
[18770] Fun House
Encounter: scary clown
Round 0: verus wins initiative!
Round 1: verus executes a macro!
Round 1: verus uses the seal tooth!
Round 2: scary clown takes 1 damage.
Round 2: verus uses the seal tooth!
Round 3: scary clown takes 1 damage.
Round 3: verus uses the seal tooth!
Round 4: scary clown takes 1 damage.
Round 4: verus uses the seal tooth!
Round 5: scary clown takes 1 damage.
Round 5: verus uses the seal tooth!
Round 6: scary clown takes 1 damage.
Round 6: verus uses the seal tooth!
Round 7: scary clown takes 1 damage.
Round 7: verus uses the seal tooth!
Round 8: scary clown takes 1 damage.
Round 8: verus uses the seal tooth!
Round 9: scary clown takes 1 damage.
Round 9: verus uses the seal tooth!
Round 10: scary clown takes 1 damage.
Round 10: verus uses the seal tooth!
Round 11: scary clown takes 1 damage.
Round 11: verus uses the seal tooth!
Round 12: scary clown takes 1 damage.
Round 12: verus uses the seal tooth!
Round 13: scary clown takes 1 damage.
Round 13: verus uses the seal tooth!
Round 14: scary clown takes 1 damage.
Round 14: verus uses the seal tooth!
Round 15: scary clown takes 1 damage.
Round 15: verus uses the seal tooth!
Round 16: scary clown takes 1 damage.
Round 16: verus uses the seal tooth!
Round 17: scary clown takes 1 damage.
Round 17: verus uses the seal tooth!
Round 18: scary clown takes 1 damage.
Round 18: verus uses the seal tooth!
Round 19: scary clown takes 1 damage.
You lose 1 hit point
Round 19: verus uses the seal tooth!
Round 20: scary clown takes 1 damage.
Round 20: verus uses the seal tooth!
Round 21: scary clown takes 1 damage.
Round 21: verus uses the seal tooth!
Round 22: scary clown takes 1 damage.
Round 22: verus uses the seal tooth!
Round 23: scary clown takes 1 damage.
Round 23: verus uses the seal tooth!
Round 24: scary clown takes 1 damage.
Round 24: verus uses the seal tooth!
Round 25: scary clown takes 1 damage.
Round 25: verus uses the seal tooth!
Round 26: scary clown takes 1 damage.
Round 26: verus casts CLEESH!
Round 27: your opponent becomes a newt!
Round 27: verus uses the seal tooth!
Round 28: newt takes 1 damage.
Round 28: verus uses the seal tooth!
Round 29: newt takes 1 damage.
Round 29: verus uses the seal tooth!
Round 30: newt takes 1 damage.
You gain 9 Meat
You acquire an item: eye of newt
 

Theraze

Active member
Will note that for scaling monster checks. That code overrides 'standard' ML handling, so it should make the cleeshers work properly.

Edit: And... done. Did by putting the "3" into parenthesis, making it no longer a 'pure' number. The "(3)" should be considered an expression, which then always evaluates to 3.
 
Last edited:
Top