diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-20 12:53:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-20 12:53:23 -0300 |
commit | 093645d7b7477189080fdc537eeeb91d57167c59 (patch) | |
tree | c596078a00653b2eca031d4dfd69395ce69c51c9 /npc/items/rand_sc_heal.txt | |
parent | 7cbff2a027666f0708ae11d5a134f88ed02cb946 (diff) | |
download | serverdata-093645d7b7477189080fdc537eeeb91d57167c59.tar.gz serverdata-093645d7b7477189080fdc537eeeb91d57167c59.tar.bz2 serverdata-093645d7b7477189080fdc537eeeb91d57167c59.tar.xz serverdata-093645d7b7477189080fdc537eeeb91d57167c59.zip |
Fix bugs
Diffstat (limited to 'npc/items/rand_sc_heal.txt')
-rw-r--r-- | npc/items/rand_sc_heal.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/npc/items/rand_sc_heal.txt b/npc/items/rand_sc_heal.txt index fdfcb5cd2..533a92d1b 100644 --- a/npc/items/rand_sc_heal.txt +++ b/npc/items/rand_sc_heal.txt @@ -66,17 +66,6 @@ */ OnUse: -// @type -// 0 - Sweeties (lowest) -// 1 - Vegetables -// 2 - Proteins -// 3 - Proccessed -// 4 - Magical (highest) -// @delay -// Overrides the lasting time -// @rarity -// How rare the item is (how much should it effect) -// Ranges from 1 to 10. if (@rarity <= 0) { Exception("Invalid healing item, deleting without healing effect."); end; |