summaryrefslogtreecommitdiff
path: root/world/map/npc/items
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-01-07 13:48:00 -0500
committermekolat <mekolat@users.noreply.github.com>2016-02-08 21:04:29 -0500
commit5ee9d4a5523a792de751ec547a6f8d11740770e7 (patch)
tree593970bd6fd0d304b55d7f79acda4f524ef8e70b /world/map/npc/items
parent401ff146cbd56e214007c1a298194fdef66d5a96 (diff)
downloadserverdata-5ee9d4a5523a792de751ec547a6f8d11740770e7.tar.gz
serverdata-5ee9d4a5523a792de751ec547a6f8d11740770e7.tar.bz2
serverdata-5ee9d4a5523a792de751ec547a6f8d11740770e7.tar.xz
serverdata-5ee9d4a5523a792de751ec547a6f8d11740770e7.zip
add disguise function to gm debug
Diffstat (limited to 'world/map/npc/items')
-rw-r--r--world/map/npc/items/pickled_beets.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/world/map/npc/items/pickled_beets.txt b/world/map/npc/items/pickled_beets.txt
new file mode 100644
index 00000000..4aaa1f1c
--- /dev/null
+++ b/world/map/npc/items/pickled_beets.txt
@@ -0,0 +1,10 @@
+function|script|usePickledBeets
+{
+ heal 50, 0, 1;
+ if (Class == 1)
+ setlook LOOK_HAIR_COLOR, HC_PURPLE;
+ elif (Class == 2)
+ setlook LOOK_HAIR_COLOR, 18;
+ // add more here for races that have purple
+ return;
+}