diff options
-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; } |