diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-25 03:40:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-25 03:40:09 -0300 |
commit | b0968f8d50348fc41f5b2e24ff198816d3da780c (patch) | |
tree | 45fab3d0fe24b8c7247e98f5e8b0665be098054c /npc/items/shock_sweet.txt | |
parent | e773109a54e896a54b2ff97e1a0bf60977ad156c (diff) | |
download | serverdata-b0968f8d50348fc41f5b2e24ff198816d3da780c.tar.gz serverdata-b0968f8d50348fc41f5b2e24ff198816d3da780c.tar.bz2 serverdata-b0968f8d50348fc41f5b2e24ff198816d3da780c.tar.xz serverdata-b0968f8d50348fc41f5b2e24ff198816d3da780c.zip |
Remove some ugly artifacts, fix Shock White ID from 122~127 to "22"
Diffstat (limited to 'npc/items/shock_sweet.txt')
-rw-r--r-- | npc/items/shock_sweet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/shock_sweet.txt b/npc/items/shock_sweet.txt index c35ce37f..3f6e5fb0 100644 --- a/npc/items/shock_sweet.txt +++ b/npc/items/shock_sweet.txt @@ -6,7 +6,7 @@ function script useShockSweet { return; L_Change: - setlook LOOK_HAIR_COLOR, 122; + setlook LOOK_HAIR_COLOR, HC_WHITE; message strcharinfo(0), "Gah! That was some strong stuff!"; sc_start SC_POISON, 1, 20; misceffect 15, strcharinfo(0); |