mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Added new background tags: <animal_friend>, <civgroup_loyal>.
Lua: spelling corrected. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2505 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -286,7 +286,7 @@ local BOBBY_R_MEDUNA_SHIPMENT_LENGTH = 4
|
||||
|
||||
local iStartingCash = 0
|
||||
|
||||
Fincances =
|
||||
Finances =
|
||||
{
|
||||
ACCRUED_INTEREST = 0,
|
||||
ANONYMOUS_DEPOSIT = 1,
|
||||
@@ -530,6 +530,6 @@ function InitNewGame()
|
||||
elseif ( newDIFFICULTY_LEVEL == DIF_LEVEL_INSANE ) then
|
||||
iStartingCash = GetStartingCashInsane()
|
||||
end
|
||||
AddTransactionToPlayersBook( Fincances.ANONYMOUS_DEPOSIT, 0, GetWorldTotalMin(), iStartingCash )
|
||||
AddTransactionToPlayersBook( Finances.ANONYMOUS_DEPOSIT, 0, GetWorldTotalMin(), iStartingCash )
|
||||
]]
|
||||
end
|
||||
Reference in New Issue
Block a user