diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-06 12:37:45 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-06 22:33:07 -0700 |
commit | 62662676eb8ba15812b6f526bfe8d3a818634dcb (patch) | |
tree | e9dc08e839dda31db71f80bdc307a1ff68ddb1e5 /world/map/npc/008-1 | |
parent | 5a2fc507f0629399141c015d0437a1c6ae291492 (diff) | |
download | serverdata-62662676eb8ba15812b6f526bfe8d3a818634dcb.tar.gz serverdata-62662676eb8ba15812b6f526bfe8d3a818634dcb.tar.bz2 serverdata-62662676eb8ba15812b6f526bfe8d3a818634dcb.tar.xz serverdata-62662676eb8ba15812b6f526bfe8d3a818634dcb.zip |
Improve logic a bit
Diffstat (limited to 'world/map/npc/008-1')
-rw-r--r-- | world/map/npc/008-1/andra.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/world/map/npc/008-1/andra.txt b/world/map/npc/008-1/andra.txt index 50ec653b..0ad3ab2a 100644 --- a/world/map/npc/008-1/andra.txt +++ b/world/map/npc/008-1/andra.txt @@ -153,6 +153,4 @@ L_TooYoung: OnInit: set $@PLANTS_PER_SEED, 3; set $@MAX_GLOBAL_PLANTS, 100; // You can plant only if the amount of plants currently in the map is < than this value. - initnpctimer; - stopnpctimer; } |