From 3b6156661ebdfbda57960925509ae228f251f849 Mon Sep 17 00:00:00 2001
From: Reid <reidyaro@gmail.com>
Date: Mon, 2 Nov 2015 16:05:32 +0100
Subject: Change iteamheal into heal for non-potion items.

---
 db/re/item_db.conf | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

(limited to 'db')

diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 7b66daf3..d4fe7f4f 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -114,7 +114,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(12, 18), 0;
+        heal rand(12, 18), 0;
     ">
 },
 {
@@ -144,7 +144,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(25, 40), 0;
+        heal rand(25, 40), 0;
     ">
 },
 {
@@ -175,7 +175,7 @@ item_db: (
     UseEffect: "EFFECT_HEAL"
     Script: <"
         sc_start SC_ATTHASTE_POTION1, 20000, -5;
-        itemheal rand(25, 35), 0;
+        heal rand(25, 35), 0;
     ">
 },
 {
@@ -205,7 +205,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(30, 50), 0;
+        heal rand(30, 50), 0;
     ">
 },
 {
@@ -235,7 +235,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(7, 13), 0;
+        heal rand(7, 13), 0;
     ">
 },
 {
@@ -265,7 +265,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(15, 25), 0;
+        heal rand(15, 25), 0;
     ">
 },
 {
@@ -295,7 +295,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(12, 23), 0;
+        heal rand(12, 23), 0;
     ">
 },
 {
@@ -326,7 +326,7 @@ item_db: (
     UseEffect: "EFFECT_HEAL"
     Script: <"
         sc_start2 SC_POISON, 1, 20, 2500;
-        itemheal rand(10, 20), 0;
+        heal rand(10, 20), 0;
     ">
 },
 {
@@ -356,7 +356,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(75, 100), 0;
+        heal rand(75, 100), 0;
     ">
 },
 {
@@ -387,7 +387,7 @@ item_db: (
     UseEffect: "EFFECT_HEAL"
     Script: <"
         sc_start2 SC_POISON, 1, 30, 3333;
-        itemheal rand(2, 6), 0;
+        heal rand(2, 6), 0;
     ">
 },
 {
@@ -418,7 +418,7 @@ item_db: (
     UseEffect: "EFFECT_HEAL"
     Script: <"
         sc_start2 SC_POISON, 1, 30, 6666;
-        itemheal rand(30, 70), 0;
+        heal rand(30, 70), 0;
     ">
 },
 {
@@ -448,7 +448,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(65, 90), 0;
+        heal rand(65, 90), 0;
     ">
 },
 {
@@ -538,7 +538,7 @@ item_db: (
     UseEffect: "EFFECT_HEAL"
     Script: <"
         sc_start SC_ATTHASTE_POTION1, 20000, 5;
-        itemheal rand(20, 30), 0;
+        heal rand(20, 30), 0;
     ">
 },
 {
@@ -569,7 +569,7 @@ item_db: (
     UseEffect: "EFFECT_HEAL"
     Script: <"
         sc_start2 SC_POISON, 1, 10, 2500;
-        itemheal 1, 0;
+        heal 1, 0;
     ">
 },
 {
@@ -629,7 +629,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(28, 35), 0;
+        heal rand(28, 35), 0;
     ">
 },
 {
@@ -659,7 +659,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(60, 75), 0;
+        heal rand(60, 75), 0;
     ">
 },
 {
@@ -899,7 +899,7 @@ item_db: (
     Sprite: 0
     UseEffect: "EFFECT_HEAL"
     Script: <"
-        itemheal rand(30, 50), 0;
+        heal rand(30, 50), 0;
     ">
 },
 {
-- 
cgit v1.2.3-70-g09d2