Skip to content

Commit

Permalink
fix(cards): Fixes Careful Observation
Browse files Browse the repository at this point in the history
Closes #94
  • Loading branch information
db0 committed Dec 27, 2021
1 parent 18ece4f commit 4bc47e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dreamscape/Board.gd
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ func _input(event):
# globals.player.add_artifact(ArtifactDefinitions.RedWave.canonical_name)
# torment.active_effects.mod_effect(Terms.ACTIVE_EFFECTS.burn.name, 1)
for c in [
"Hyena",
"Careful Observation",
"* Hyena *",
]:
var card = cfc.instance_card(c)
Expand Down
2 changes: 1 addition & 1 deletion src/dreamscape/cards/sets/SetScripts_Core.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3472,7 +3472,7 @@ func get_scripts(card_name: String) -> Dictionary:
"No Second Thoughts": NoSecondThoughts,
"High Morale": HighMorale,
"Confident Slap": ConfidentSlap,
"CarefulObservation": CarefulObservation,
"Careful Observation": CarefulObservation,
"Drag and Drop": DragandDrop,
"Running Start": RunningStart,
"Master of Skies": MasterofSkies,
Expand Down

0 comments on commit 4bc47e8

Please sign in to comment.