diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-16 15:29:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-16 15:29:44 -0300 |
commit | e7df63016068475155a4eb2f9640a30279251589 (patch) | |
tree | f8a7ab3473c854a05f3fbbf778b4382757c6763b /npc/027-0 | |
parent | 275512903a12cb3a0e7aca64352b282c64e37775 (diff) | |
download | serverdata-e7df63016068475155a4eb2f9640a30279251589.tar.gz serverdata-e7df63016068475155a4eb2f9640a30279251589.tar.bz2 serverdata-e7df63016068475155a4eb2f9640a30279251589.tar.xz serverdata-e7df63016068475155a4eb2f9640a30279251589.zip |
Emma - Be 500 GP cheaper
Diffstat (limited to 'npc/027-0')
-rw-r--r-- | npc/027-0/emma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/027-0/emma.txt b/npc/027-0/emma.txt index ab2c6686c..25124152a 100644 --- a/npc/027-0/emma.txt +++ b/npc/027-0/emma.txt @@ -114,7 +114,7 @@ OnTick: OnInit: .distance = 4; .sex = G_FEMALE; - .cost = 5000; + .cost = 4500; .gain = 15; end; } |