diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-31 11:24:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-31 11:24:08 -0300 |
commit | 94e97ec82408badefe0ef6d5ab64d13ea9bb5ad5 (patch) | |
tree | 5687362d1b11f87bab219e38f961a2c9b4ab2634 /npc/027-0 | |
parent | 1bf3b2753c4e958e37e1677c8a8e88762cf9a232 (diff) | |
download | serverdata-94e97ec82408badefe0ef6d5ab64d13ea9bb5ad5.tar.gz serverdata-94e97ec82408badefe0ef6d5ab64d13ea9bb5ad5.tar.bz2 serverdata-94e97ec82408badefe0ef6d5ab64d13ea9bb5ad5.tar.xz serverdata-94e97ec82408badefe0ef6d5ab64d13ea9bb5ad5.zip |
Change the values to something a bit less insane.
It'll be 667 cycles for the update, so, 11 hours and 8 minutes.
And it'll cost 3,335,000 GP.
SOUNDS SANE DON'T YOU THINK
Diffstat (limited to 'npc/027-0')
-rw-r--r-- | npc/027-0/emma.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/027-0/emma.txt b/npc/027-0/emma.txt index bb1aa9efb..314f4533c 100644 --- a/npc/027-0/emma.txt +++ b/npc/027-0/emma.txt @@ -70,8 +70,8 @@ OnTick: OnInit: .distance = 4; .sex = G_MALE; - .cost = 1000; - .gain = 1; + .cost = 5000; + .gain = 15; end; } |