diff options
author | gumi <git@gumi.ca> | 2018-07-08 13:54:23 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-07-08 13:54:23 -0400 |
commit | 3a44e2ae5c2286a41098d6b6f6270d8315a32acf (patch) | |
tree | 4ef23c77fadb9474a9551027fb4419f70540ed07 /npc | |
parent | 805333c695dbfb173f898068b00259f55b83aa35 (diff) | |
download | serverdata-3a44e2ae5c2286a41098d6b6f6270d8315a32acf.tar.gz serverdata-3a44e2ae5c2286a41098d6b6f6270d8315a32acf.tar.bz2 serverdata-3a44e2ae5c2286a41098d6b6f6270d8315a32acf.tar.xz serverdata-3a44e2ae5c2286a41098d6b6f6270d8315a32acf.zip |
move confused tree to hurnscald
Diffstat (limited to 'npc')
-rw-r--r-- | npc/008-1/confused-tree.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/008-1/confused-tree.txt b/npc/008-1/confused-tree.txt index eab5ee79..b7457ec3 100644 --- a/npc/008-1/confused-tree.txt +++ b/npc/008-1/confused-tree.txt @@ -11,7 +11,7 @@ // ~t lowercase hot word regex -008-1,84,63,0 script Confused Tree NPC_CONFUSED_TREE,14,14,{ +008-1,255,109,0 script Confused Tree NPC_CONFUSED_TREE,14,14,{ function tree_panel { if (is_trusted() == false && #Tree_Trusted == false) @@ -938,7 +938,8 @@ OnInit: face(); // boring stuff below - .version = 21; // increase this when you make a change + .version[0] = 21; // increase this when you make a change + .version[1] = 1; .uptime = gettimetick(2); .alwaysVisible = true; // the NPC doesn't de-spawn when moving away .pid = 1; // regex pattern id |