Added output for /bonus

This commit is contained in:
Cooldude2606
2019-06-13 18:17:37 +01:00
parent 1c60afe456
commit 3eec6f1863
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ Commands.new_command('bonus','Changes the amount of bonus you receive')
:register(function(player,amount)
local percent = amount/100
Store.set(bonus_store,player.name,percent)
Commands.print{'expcom-bonus.set',amount}
Commands.print({'expcom-bonus.wip'},'orange')
end)
Event.add(defines.events.on_player_respawned,function(event)