Skip to content

Commit

Permalink
Merge pull request CleverRaven#70537 from Standing-Storm/fix-warped-b…
Browse files Browse the repository at this point in the history
…eacon

[Sky Island] Fix Warped Beacon
  • Loading branch information
Maleclypse authored Dec 31, 2023
2 parents 502fa46 + 467f02e commit 31a7b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Sky_Island/EOCs.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
"type": "effect_on_condition",
"id": "EOC_REMOVE_WARPED_SKYWARD_BEACON_CHECK",
"condition": { "u_has_items": { "item": "warp_skyward_beacon", "count": 1 } },
"effect": [ { "u_consume_item": "warptoken", "count": 1 } ]
"effect": [ { "u_consume_item": "warp_skyward_beacon", "count": 1 } ]
},
{
"id": "warp_home_real",
Expand Down

0 comments on commit 31a7b97

Please sign in to comment.