summaryrefslogtreecommitdiff
path: root/npc/029-1/pentagram.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/029-1/pentagram.txt')
-rw-r--r--npc/029-1/pentagram.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/029-1/pentagram.txt b/npc/029-1/pentagram.txt
index d3407413a..5efc34be6 100644
--- a/npc/029-1/pentagram.txt
+++ b/npc/029-1/pentagram.txt
@@ -25,7 +25,7 @@
l("Dark Crystal (5 power)"),
l("Terranite Ore (3 power)"),
l("Coal (2 power)"),
- l("Cotton Cloth (0.5 power)");
+ l("Cotton Cloth (1 power)");
mes "";
switch (@menu) {
case 2:
@@ -39,6 +39,7 @@
break;
case 5:
.@val=1;.@it=CottonCloth;
+ break;
default:
close;
}
@@ -48,6 +49,7 @@
.@val*=(readparam2(bInt)+100)/100; // Each int gives +1%
delitem .@it, countitem(.@it);
$FIRESOFSTEAM[.@id]-=.@val;
+ getexp 0, .@val*2;
// TODO: Check & unlock
if ($FIRESOFSTEAM[.@id] < 1)
disablenpc .name$;