-
-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ingol + iksupan monsters #1224
Conversation
@thunerm can you stop commenting on every PR that uses dangling commas saying it's a typo? That's not a typo it's a style choice. It doesn't break anything and it makes it much easier to edit later |
Updated global map with iksupan and ingol is available. |
It has nothing to do with the commas, lua has a flexible style where you can put or not the comma in the last element of the array. While some lanagues enforce it (like golang), most enforce not having it (like cpp and java) and some allows both (lua, php, javascript). As far as I'm concerned, this is not a big deal and we don't have a clear code style agreement about that. If you ask me, having them makes editing easier by the simple fact that you can change the array order without needing to add/remove commas. But that's nothing more than a preference, there is no null pointer or bug related to this. |
Kudos, SonarCloud Quality Gate passed! |
Description
Adds regular creatures, their spawns, and the very basics to get to and from Iksupan. Ingol is missing an NPC to get to / from it still, one can add a way to get there with a teleport. All quest doors on the island can be oepn with the storage
Storage.Quest.U13_10.CradleOfMonsters.Access.LowerIngol
with the exception of the task-specific doors.Type of change
Please delete options that are not relevant.
How Has This Been Tested
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist