@@ -170,8 +170,8 @@ def _blasphemous_cherub_27(self, player):
170
170
def _blasphemous_cherub_38 (self , player ):
171
171
return self .has_any ({"Ranged Skill" , "Lorquiana" , "Cante Jondo of the Three Sisters" , \
172
172
"Cantina of the Blue Rose" , "Cloistered Ruby" }, player ) or \
173
- ( self .has ("The Young Mason's Wheel" , player ) and \
174
- self .has ("Brilliant Heart of Dawn" , player )) or \
173
+ self .has ("The Young Mason's Wheel" , player ) or \
174
+ self .has ("Brilliant Heart of Dawn" , player ) or \
175
175
(self .has ("Aubade of the Nameless Guardian" , player ) and \
176
176
self .has ("Fervour Upgrade" , player , 2 ))
177
177
@@ -994,6 +994,11 @@ def rules(blasphemousworld):
994
994
set_rule (world .get_location ("HotD: Laudes, the First of the Amanecidas" , player ),
995
995
lambda state : state ._blasphemous_ex_bridge_access (player ) and \
996
996
state ._blasphemous_laudes_gate (player ))
997
+ set_rule (world .get_location ("Jondo: Upper west tree root" , player ),
998
+ lambda state : state ._blasphemous_root_relic (player ) or \
999
+ state ._blasphemous_dawn_heart (player ) or \
1000
+ (state ._blasphemous_wheel (player ) and \
1001
+ state ._blasphemous_ranged (player )))
997
1002
set_rule (world .get_location ("LotNW: Elevator Child of Moonlight" , player ),
998
1003
lambda state : state ._blasphemous_blood_relic (player ) and \
999
1004
(state ._blasphemous_cherub_22_23_31_32 (player ) and \
0 commit comments