Merging in base er changes

This commit is contained in:
aerinon
2021-02-25 15:26:29 -07:00
35 changed files with 2157 additions and 82 deletions

View File

@@ -1,5 +1,5 @@
import logging
import random
import RaceRandom as random
from BaseClasses import Boss
from Fill import FillError
@@ -39,6 +39,7 @@ def MoldormDefeatRule(state, player):
return state.has_blunt_weapon(player)
def HelmasaurKingDefeatRule(state, player):
# TODO: technically possible with the hammer
return state.has_sword(player) or state.can_shoot_arrows(player)
def ArrghusDefeatRule(state, player):