diff options
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 f1f1df71..c35ce37f 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, (HC_WHITE - Class) + 1; + setlook LOOK_HAIR_COLOR, 122; message strcharinfo(0), "Gah! That was some strong stuff!"; sc_start SC_POISON, 1, 20; misceffect 15, strcharinfo(0); |