Jukebox refresh - Jukebox queue, preliminary multiz support, working volume knob, and more!

This commit is contained in:
deathride58
2022-05-21 00:21:58 -04:00
parent 8f479aa213
commit 113981b5a8
15 changed files with 288 additions and 138 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
return
account.adjust_money(-deposit_value) //The money vanishes, not paid to any accounts.
SSblackbox.record_feedback("amount", "BEPIS_credits_spent", deposit_value)
//log_econ("[deposit_value] credits were inserted into [src] by [account.account_holder]")
log_econ("[deposit_value] credits were inserted into [src] by [key_name(usr)] (account: [account.account_holder])")
banked_cash += deposit_value
use_power(1000 * power_saver)
say("Cash deposit successful. There is [banked_cash] in the chamber.")