Skip to content

Unify Zaros altar prayer behavior - #1281

Open
MaatheusGois wants to merge 1 commit into
GregHib:mainfrom
MaatheusGois:zaros-altar
Open

MaatheusGois wants to merge 1 commit into
GregHib:mainfrom
MaatheusGois:zaros-altar

Conversation

@MaatheusGois

@MaatheusGois MaatheusGois commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Give Zaros altars 55340 and 47120 the same recharge and prayer-book conversion behavior.


[prayer_altar_zaros_senntisten]
id = 47120
examine = "An ancient altar to the glory of Zaros."

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
examine = "An ancient altar to the glory of Zaros."
examine = "It looks as good as new!"

https://chisel.weirdgloop.org/gazproj/mrod?q=47120

val curses = !isCurses()
set(PRAYERS, if (curses) "curses" else "normal")
anim("altar_pray")
message(if (curses) "You switch to the Ancient Curses." else "You switch to the normal Prayer book.")

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like it should be a dialogue rather than a message:
https://youtu.be/qXRRQresxCs?t=92

this[USING_QUICK_PRAYERS] = false
val curses = !isCurses()
set(PRAYERS, if (curses) "curses" else "normal")
anim("altar_pray")

@GregHib GregHib Sep 14, 2026

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants