From aaf841ac400e779af4205e9d1a4c9871cba84fe2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 11 Mar 2021 02:17:42 -0300 Subject: Coal is precious, it should output more power at the Pentagram. --- npc/029-1/pentagram.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'npc/029-1') diff --git a/npc/029-1/pentagram.txt b/npc/029-1/pentagram.txt index f38f8e671..d3407413a 100644 --- a/npc/029-1/pentagram.txt +++ b/npc/029-1/pentagram.txt @@ -24,7 +24,8 @@ l("Cancel"), l("Dark Crystal (5 power)"), l("Terranite Ore (3 power)"), - l("Coal (1 power)"); + l("Coal (2 power)"), + l("Cotton Cloth (0.5 power)"); mes ""; switch (@menu) { case 2: @@ -34,8 +35,10 @@ .@val=3;.@it=TerraniteOre; break; case 4: - .@val=1;.@it=Coal; + .@val=2;.@it=Coal; break; + case 5: + .@val=1;.@it=CottonCloth; default: close; } -- cgit v1.2.3-60-g2f50