From 2ae078071998a3a1091449c82b823dc0df6f96e9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 May 2021 08:15:43 -0300 Subject: Some bugs I have no idea where they come from or how to fix. But thanks for testing, Clort HoraK and Apple. --- db/pre-re/item_db.conf | 2 +- npc/items/warpTowels.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index dc5d6753..771733d3 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -934,7 +934,7 @@ item_db: ( Loc: "EQP_AMMO" Refine: false ViewSprite: 904 - Subtype: "A_SHELL" + Subtype: "A_ARROW" }, { Id: 906 diff --git a/npc/items/warpTowels.txt b/npc/items/warpTowels.txt index d90e5639..a6ffa8d1 100644 --- a/npc/items/warpTowels.txt +++ b/npc/items/warpTowels.txt @@ -121,7 +121,7 @@ L_WarpPlayer: L_BreakChance: if (rand2(12)) goto L_Keep; - getitem "HitchhikersTowel", 1; + getitem HitchhikersTowel, 1; goto L_End; L_Forbid: -- cgit v1.2.3-60-g2f50