summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-04-02 00:22:55 -0300
committerJesusaves <cpntb1@ymail.com>2024-04-02 00:22:55 -0300
commit59acc4987fc7e6880c06ba5226e907d61a8e4cc0 (patch)
treea4bc86fb4bebff2c8d9d96382ef314077a1d5a07 /npc
parentffb92151e9ea199dac132834842b9d65947b7385 (diff)
downloadserverdata-59acc4987fc7e6880c06ba5226e907d61a8e4cc0.tar.gz
serverdata-59acc4987fc7e6880c06ba5226e907d61a8e4cc0.tar.bz2
serverdata-59acc4987fc7e6880c06ba5226e907d61a8e4cc0.tar.xz
serverdata-59acc4987fc7e6880c06ba5226e907d61a8e4cc0.zip
Fix Ancient Blueprint cheat shop price (consistency)
Diffstat (limited to 'npc')
-rw-r--r--npc/029-0/event.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt
index d3029fc28..6348f6a29 100644
--- a/npc/029-0/event.txt
+++ b/npc/029-0/event.txt
@@ -109,7 +109,7 @@ OnInit:
sellitem EarthPowder, -1, 3+.@steam-1;
sellitem EverburnPowder, 15000, 2+.@steam-1;
- sellitem AncientBlueprint, 12500, 4+.@steam/2;
+ sellitem AncientBlueprint, ($EVENT$ == "Steam" ? 12500 : 18000), 4+.@steam/2;
sellitem RustyKnife, -1, 5+.@steam-1;
sellitem TrainingWand, -1, 5+.@steam-1;
sellitem TrainingBow, -1, 5+.@steam-1;
@@ -198,7 +198,7 @@ OnClock2201:
restoreshopitem EarthPowder, 3+.@steam-1;
restoreshopitem EverburnPowder, 15000, 2+.@steam-1;
- restoreshopitem AncientBlueprint, 12500, 4+.@steam/2;
+ restoreshopitem AncientBlueprint, ($EVENT$ == "Steam" ? 12500 : 18000), 4+.@steam/2;
restoreshopitem RustyKnife, 5+.@steam-1;
restoreshopitem TrainingWand, 5+.@steam-1;
restoreshopitem TrainingBow, 5+.@steam-1;