[Sky Island] Require the player to examine the statue to receive warp shards#86282
Merged
Maleclypse merged 1 commit intoCleverRaven:masterfrom Apr 6, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Auto-requesting reviews from non-collaborators: @gettingusedto
Contributor
|
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to Hints for adding a new word to the dictionary
|
2c41e6f to
97bccd7
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Mods "[Sky Island] Require the player to examine the statue to receive warp shards"
Purpose of change
Previously, warp shards were lying on the ground for the Find Warp Shards mission. This required the player to walk over to them and pick them up. When implementing challenge mode, I changed the mission to complete when the player got close enough since the previous method wasn't able to be adjusted on the fly for Challenge mode.
Since these missions can spawn inside of houses that have zeds, this reintroduces the danger associated with those locations.
Describe the solution
Change the
MISSION_BONUS_TREASUREendeffect to just a simple message telling the player they have to find a way to get the shards from the statue. This should naturally lead them to examine the statue. The statue description clearly states there are warp shards in the palm of its hand.Using the examine actions on the
f_warpshardrewardstatuewarp shard statue will fire an EOC that performed the same actions as the mission completion used to and execute ater_furn_transformto change the statue into a new one with a description change to indicate it no longer has the shards.Describe alternatives you've considered
Testing
Game loads, mission is generated as normal, statue grants shards and transforms as expected.
Additional context