diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-15 14:24:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-15 14:24:39 -0300 |
commit | 55084f835cbc5f41fd076d15fcb3a746c7746024 (patch) | |
tree | d21635dffc4e0a3983bc1b575a5d9a2aa88fca99 /npc/craft/recipes.txt | |
parent | 25c3a8a3a4e1831a565cf16d00b244ed31b33bda (diff) | |
download | serverdata-55084f835cbc5f41fd076d15fcb3a746c7746024.tar.gz serverdata-55084f835cbc5f41fd076d15fcb3a746c7746024.tar.bz2 serverdata-55084f835cbc5f41fd076d15fcb3a746c7746024.tar.xz serverdata-55084f835cbc5f41fd076d15fcb3a746c7746024.zip |
Placeholders.
Currently, only one terranite recipe exists. A total of 7 are planned.
Not all of them exist as items...?
Diffstat (limited to 'npc/craft/recipes.txt')
-rw-r--r-- | npc/craft/recipes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index c17ed174b..e03e815d2 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -593,7 +593,7 @@ function script MakeBlueprint { array_push(.@recipes, CraftDragonShield); array_push(.@recipes, CraftManaGloves); array_push(.@recipes, CraftWarlordGloves); - array_push(.@recipes, CraftCenturionHelmet); + array_push(.@recipes, CraftCenturionHelmet); array_push(.@recipes, CraftBullHelmet); array_push(.@recipes, CraftDarkHelm); } |