summaryrefslogtreecommitdiff
path: root/npc/items/shock_sweet.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-25 03:40:09 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-25 03:40:09 -0300
commitb0968f8d50348fc41f5b2e24ff198816d3da780c (patch)
tree45fab3d0fe24b8c7247e98f5e8b0665be098054c /npc/items/shock_sweet.txt
parente773109a54e896a54b2ff97e1a0bf60977ad156c (diff)
downloadserverdata-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.txt2
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);