From 66471a639d64655f44181f26ad72362b00aeed8f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Mar 2019 11:12:27 -0300 Subject: Replace default behavior for Soul Menhir per community decision. Keep in @ucp an option to roll back to legacy behavior of manually setting it. Again, per community decision. --- npc/functions/soul_menhir.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/functions/soul_menhir.txt') diff --git a/npc/functions/soul_menhir.txt b/npc/functions/soul_menhir.txt index 0bc914987..437e6d1e8 100644 --- a/npc/functions/soul_menhir.txt +++ b/npc/functions/soul_menhir.txt @@ -98,8 +98,12 @@ L_DontPanic: goto L_Return; L_Do_Save: - savepoint @map$, @x, @y; - specialeffect(4, SELF, getcharid(3)); + if (GSET_SOULMENHIR_MANUAL) { + savepoint @map$, @x, @y; + specialeffect(4, SELF, getcharid(3)); + } else { + dispbottom col(l("Your position is auto-saved when entering a town - use @ucp to change this behavior."), 1); + } // As we have a dialog box open, this function produces an undesirable player talk. //savepointparticle @map$, @x, @y, NO_INN; -- cgit v1.2.3-60-g2f50