Blasphemous: Update docs, item creation (#1670)

* Blasphemous: Update docs, item creation

* Blasphemous: Remove get_pre_fill_items
This commit is contained in:
Trevor L
2023-04-07 18:04:34 -06:00
committed by GitHub
parent 8fc50510a0
commit 8e6ec85532
3 changed files with 6 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ class BlasphemousLogic(LogicMixin):
return self.has_any({"Debla of the Lights", "Taranto to my Sister", "Cante Jondo of the Three Sisters", \
"Verdiales of the Forsaken Hamlet", "Cloistered Ruby"}, player) or \
(self.has("Tirana of the Celestial Bastion", player) and \
self.has("Fervour Upgrade"), player, 2)
self.has("Fervour Upgrade", player, 2))
def _blasphemous_cherub_22_23_31_32(self, player):
return self.has_any({"Debla of the Lights", "Taranto to my Sister", "Cloistered Ruby"}, player)