mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fix build issues related to upstream pull
This commit is contained in:
@@ -35,9 +35,9 @@ GLOBAL_LIST_INIT(purchasable_nifsofts, list(
|
||||
/datum/computer_file/program/nifsoft_downloader/ui_data(mob/user)
|
||||
var/list/data = list()
|
||||
|
||||
paying_account = computer.computer_id_slot?.registered_account || null
|
||||
paying_account = computer.stored_id?.registered_account || null
|
||||
data["paying_account"] = paying_account
|
||||
data["current_balance"] = computer.computer_id_slot?.registered_account?.account_balance
|
||||
data["current_balance"] = computer.stored_id?.registered_account?.account_balance
|
||||
|
||||
var/rewards_points = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user