diff options
author | Ali-G <gauvain@devil.(none)> | 2011-02-25 11:55:44 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-03-01 17:12:44 +0100 |
commit | ce9b183dc0aad60c9dc36ee534c6a975e7f4409f (patch) | |
tree | 2fd49bd304583b7275586b80c833a768ada7f858 | |
parent | 255a9776e5c4988ce0da19f8a11e2fc6441e6293 (diff) | |
download | serverdata-ce9b183dc0aad60c9dc36ee534c6a975e7f4409f.tar.gz serverdata-ce9b183dc0aad60c9dc36ee534c6a975e7f4409f.tar.bz2 serverdata-ce9b183dc0aad60c9dc36ee534c6a975e7f4409f.tar.xz serverdata-ce9b183dc0aad60c9dc36ee534c6a975e7f4409f.zip |
Added new haircut to scissors
-rw-r--r-- | npc/items/scissors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/scissors.txt b/npc/items/scissors.txt index 6fc01cb5..92be20f2 100644 --- a/npc/items/scissors.txt +++ b/npc/items/scissors.txt @@ -7,7 +7,7 @@ function script useScissors { end; L_Change: - setlook 1, rand(17); + setlook 1, rand(18); getitem "Scissors", 1; end; } |