From a071ccfb379ff43b65ddab4b3ed5bdcfc0648770 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Mar 2018 22:56:00 -0300 Subject: Minor corrections I hadn't paid enough attention --- npc/003-0-1/statues.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/003-0-1/statues.txt') diff --git a/npc/003-0-1/statues.txt b/npc/003-0-1/statues.txt index d663101b9..13ff26ef5 100644 --- a/npc/003-0-1/statues.txt +++ b/npc/003-0-1/statues.txt @@ -2,7 +2,7 @@ // Author: // Jesusalva // Description: -// Currently Leaderboards + GM Command Log. But is a free npc. +// These statues are of great honor to whoever have their name written in them! 003-0-1,45,28,0 script Fortune Statue NPC_STATUE_BANKER,{ @@ -10,8 +10,8 @@ close; OnInit: - .sex = G_MALE; - .distance = 5; + .sex = G_OTHER; + .distance = 4; end; } @@ -21,8 +21,8 @@ OnInit: close; OnInit: - .sex = G_MALE; - .distance = 5; + .sex = G_OTHER; + .distance = 4; end; } @@ -39,8 +39,8 @@ OnInit: close; OnInit: - .sex = G_MALE; - .distance = 5; + .sex = G_OTHER; + .distance = 4; end; } @@ -53,8 +53,8 @@ OnInit: close; OnInit: - .sex = G_MALE; - .distance = 5; + .sex = G_OTHER; + .distance = 4; end; } -- cgit v1.2.3-70-g09d2