mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Making a treasury deposit will now inform the mayor of the depositor name and amount by mail.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user