giving randomly depot credits between 2 and 3 at end
This commit is contained in:
parent
eeb497ee75
commit
f01722a846
@ -56,6 +56,10 @@ local scoreboard = function(unk1, unk2)
|
|||||||
|
|
||||||
custom_depot.get_function("add_currency")(InventoryCurrencyType.Parts, currency_gain)
|
custom_depot.get_function("add_currency")(InventoryCurrencyType.Parts, currency_gain)
|
||||||
|
|
||||||
|
if custom_depot.functions["has_accepted_mod_eula"]() then
|
||||||
|
custom_depot.get_function("add_currency")(InventoryCurrencyType.Credits, math.random(2, 3))
|
||||||
|
end
|
||||||
|
|
||||||
player_old_score = player_score
|
player_old_score = player_score
|
||||||
custom_depot.get_function("save_depot_data")()
|
custom_depot.get_function("save_depot_data")()
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user