From df7ed584fd65ef0b1dd42c3f8f27d481d357d344 Mon Sep 17 00:00:00 2001 From: Andi <65138215+galaxyhaxz@users.noreply.github.com> Date: Fri, 26 Feb 2021 11:52:40 -0600 Subject: [PATCH] biggest commit ever (#1060) fixes leaving pepin --- Source/stores.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/stores.cpp b/Source/stores.cpp index 60d005c7e..140a957c9 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -2543,7 +2543,7 @@ void S_HealerEnter() case 14: StartStore(STORE_HBUY); break; - case 18: + case 16: stextflag = STORE_NONE; break; }