jpcsupplies / Economy_mod

Basic Economy System for Space Engineers
13 stars 12 forks source link

ENH: limited market mode #60

Closed jpcsupplies closed 8 years ago

jpcsupplies commented 8 years ago

now the buy and sell commands work on npc we should look into getting limited supply mode working, to prevent players abusing NPC too much. At the moment its still too easy to amass a fortune buy lots of ammo and go postal

    /// <summary>
    /// Should the NPC market be limited or unlimited supply
    /// </summary>
    /// <remarks>This will be a bool that configures if buying and selling from 0.0.0 trade region 
    /// should be unlimited supply of goods and funds or limited to what has been bought, sold and 
    /// earn by the NPC</remarks>
    // public const bool LimitedSupply = True;
jpcsupplies commented 8 years ago

Latest commit resolves