Making a treasury deposit will now inform the mayor of the depositor name and amount by mail.

This commit is contained in:
Light2
2014-06-14 20:24:06 +02:00
parent 9fff30c9f2
commit a0cd4df053
2 changed files with 20 additions and 0 deletions
@@ -300,6 +300,7 @@ def handleDepositSUI(owner, window, eventType, returnList):
playerCity.addToTreasury(deposit)
owner.deductCashCredits(deposit)
owner.sendSystemMessage(OutOfBand.ProsePackage('@city/city:deposit_treasury', deposit), 0)
playerCity.sendTreasuryDepositMail(owner, deposit)
return
def handleToggleZoning(core, owner, target, option):