From d7fd267447ece85cb053b0af6ef3542b96b0372f Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 29 Aug 2011 20:46:50 -0700 Subject: add pink hair color and rewrite the script --- world/map/npc/items/scissors.txt | 2 +- world/map/npc/items/shock_sweet.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/items') diff --git a/world/map/npc/items/scissors.txt b/world/map/npc/items/scissors.txt index 0e10453c..b806bb33 100644 --- a/world/map/npc/items/scissors.txt +++ b/world/map/npc/items/scissors.txt @@ -7,7 +7,7 @@ function script useScissors { end; L_Change: - setlook 1, rand(19); + setlook LOOK_HAIR_STYLE, rand(20); getitem "Scissors", 1; end; } diff --git a/world/map/npc/items/shock_sweet.txt b/world/map/npc/items/shock_sweet.txt index 3fc6d8e0..8255ee9b 100644 --- a/world/map/npc/items/shock_sweet.txt +++ b/world/map/npc/items/shock_sweet.txt @@ -6,7 +6,7 @@ function script useShockSweet { end; L_Change: - setlook 6, 127; + 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); -- cgit v1.2.3-60-g2f50