diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-11 02:17:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-11 02:17:42 -0300 |
commit | aaf841ac400e779af4205e9d1a4c9871cba84fe2 (patch) | |
tree | 2b29559a66da80c87873bbc05fb18973b60456b9 | |
parent | 2b025bf953ea676029c42585c75263228a33fadf (diff) | |
download | serverdata-aaf841ac400e779af4205e9d1a4c9871cba84fe2.tar.gz serverdata-aaf841ac400e779af4205e9d1a4c9871cba84fe2.tar.bz2 serverdata-aaf841ac400e779af4205e9d1a4c9871cba84fe2.tar.xz serverdata-aaf841ac400e779af4205e9d1a4c9871cba84fe2.zip |
Coal is precious, it should output more power at the Pentagram.
-rw-r--r-- | npc/029-1/pentagram.txt | 7 |
1 files changed, 5 insertions, 2 deletions
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; } |