-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Finalise all Coffre New implementaions + implement TeleportNPC …
…& TextNPC linkage to territories + other merges: - Finalize Switches for coffres (events, switches family and order combinations) - Finalize Coffres that can respawn to TPPoints - Link TeleportNPC & TextNPC to territories as a new condition - Merge: display the name of the dead enemy on being hit instead of "a dead enemy" - Merge: fix offensive cast AI - Merge: fix: fix setting item price in market - Merge: misc: remove tax on TemporaryConsignmentMerchant items
- Loading branch information
1 parent
732dd84
commit 04e4e02
Showing
23 changed files
with
422 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,6 @@ public enum EventStatus | |
EndedByEventStarting, | ||
EndedByAreaEvent, | ||
EndedByTextNPC, | ||
EndedBySwitch | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.