diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-13 15:25:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-13 15:25:49 -0300 |
commit | 0baeded521ea63504302cb950e0b0070b582c962 (patch) | |
tree | e8465685ce29841dfd8c7e86be2847f2471c880d /npc/001-1 | |
parent | e97c1eb0fbdf638204a6ce8b7c50444b258b3bac (diff) | |
download | serverdata-jesusalva/misc.tar.gz serverdata-jesusalva/misc.tar.bz2 serverdata-jesusalva/misc.tar.xz serverdata-jesusalva/misc.zip |
Koga should be always visible (I think every big NPC needs that?)jesusalva/misc
Alias @wgm to @request - so players can still use @wgm just fine.
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/koga.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-1/koga.txt b/npc/001-1/koga.txt index 3aecb09a..da0ab629 100644 --- a/npc/001-1/koga.txt +++ b/npc/001-1/koga.txt @@ -16,5 +16,6 @@ OnInit: .sex = G_MALE; .distance = 4; + .alwaysVisible = true; end; } |