Skip to content

Commit

Permalink
Vaati_2: Rename for clarity
Browse files Browse the repository at this point in the history
Co-authored-By: Henny022 <git@henny022.de>
Ibot02 and Henny022 committed Aug 11, 2024
1 parent 4c0f458 commit 4a70541
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tmc/logic/fortress_top.logic
Original file line number Diff line number Diff line change
@@ -3,4 +3,6 @@ area FortressTop:
node Main:
chest Prize
door Stairs
node PostCutscene:
warp PostCutscene
Main -> PostCutscene: once
4 changes: 2 additions & 2 deletions tmc/logic/vaati_2.logic
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
area Vaati2:
room Main:
node Main:
exit Entrance
target EnterFight
enemy Vaati
node PostFight:
entrance Exit
warp PostFight
Main -> PostFight: defeat Vaati
5 changes: 5 additions & 0 deletions tmc/module.yaml
Original file line number Diff line number Diff line change
@@ -62,6 +62,11 @@ provides:
stateful: false
type: truthy
export: target
once:
arguments: []
stateful: false
type: truthy
export: edge
logic-sugar:
entrance:
type: multi

0 comments on commit 4a70541

Please sign in to comment.