Spirit shield sigil attaching - #1193
Merged
GregHib merged 2 commits intoAug 20, 2026
Merged
Conversation
Smithing one of the corporeal beast's four sigils onto a blessed spirit shield at an anvil now makes the spirit shield of that sigil's kind, taking 85 Smithing, base level 90 Prayer and a hammer for 1800 Smithing experience. Either the sigil or the shield can be the item used on the anvil; using the shield picks up whichever sigil is carried. Prayer is checked against the base level because the current level in this engine is the player's remaining prayer points, so praying at all would otherwise lock a player out of their own shield. Brother Bordiss will do the same for 1,500,000 coins. He had no dialogue at all before this, so he also answers for himself on what a dwarf is doing in a Saradominist monastery. Perils of Ice Mountain has no script yet, so Bordiss's quest requirement is left off rather than making the service unreachable, matching how the blessing and the sigil drops are already ungated.
GregHib
reviewed
Aug 20, 2026
…y/BrotherBordiss.kt Co-authored-by: Greg <GregHib@users.noreply.github.com>
GregHib
approved these changes
Aug 20, 2026
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.
Smithing one of the corporeal beast's four sigils onto a blessed spirit shield at an anvil now makes the spirit shield of that sigil's kind, taking 85 Smithing, base level 90 Prayer and a hammer for 1800 Smithing experience. Either the sigil or the shield can be the item used on the anvil; using the shield picks up whichever sigil is carried.
Prayer is checked against the base level because the current level in this engine is the player's remaining prayer points, so praying at all would otherwise lock a player out of their own shield.
Brother Bordiss will do the same for 1,500,000 coins. He had no dialogue at all before this, so he also answers for himself on what a dwarf is doing in a Saradominist monastery.
Perils of Ice Mountain has no script yet, so Bordiss's quest requirement is left off rather than making the service unreachable, matching how the blessing and the sigil drops are already ungated.