summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/xmas/reagents.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/xmas/reagents.txt')
-rw-r--r--world/map/npc/annuals/xmas/reagents.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/annuals/xmas/reagents.txt b/world/map/npc/annuals/xmas/reagents.txt
index 0b4eaa8b..4adcaf12 100644
--- a/world/map/npc/annuals/xmas/reagents.txt
+++ b/world/map/npc/annuals/xmas/reagents.txt
@@ -2,7 +2,7 @@
// author: Jenalya, Chayenne, cinderweb, wushin
// please see #XmasConfig
-function|script|CheckReagents|,
+function|script|CheckReagents
{
set @xmas_reagent_loop, 0;
if((@xmas_reagent_done_state) || !(@xmas_reagent_start_state))
@@ -42,7 +42,7 @@ L_Return:
return;
}
-function|script|DeleteReagents|,
+function|script|DeleteReagents
{
set @xmas_reagent_loop, 0;
if(@xmas_side)
@@ -73,7 +73,7 @@ L_Return:
return;
}
-function|script|ListReagents|,
+function|script|ListReagents
{
set @xmas_reagent_loop, 0;
mes "\"I'm going to need \"";
@@ -109,7 +109,7 @@ L_AllReagents:
return;
}
-function|script|BadPowderMake|,
+function|script|BadPowderMake
{
if(countitem("PileOfAsh") < ($@xmas_red_amount + $@xmas_yellow_amount))
goto L_NotEnough;