ACTUALLY fixes null runtimes + double contracts

This commit is contained in:
Kraseo
2020-03-04 13:17:24 +01:00
parent 4ac2848282
commit edfe50579e
2 changed files with 1 additions and 2 deletions

View File

@@ -43,6 +43,7 @@
CONTRACT_PAYOUT_SMALL,
CONTRACT_PAYOUT_SMALL
)
var/lowest_TC_threshold = 30 // We don't want the sum of all the payouts to be under this amount
var/total = 0
var/lowest_paying_sum = 0

View File

@@ -39,8 +39,6 @@
traitor_data.contractor_hub = new
traitor_data.contractor_hub.create_hub_items()
user.playsound_local(user, 'sound/effects/contractstartup.ogg', 100, 0)
traitor_data.contractor_hub.create_contracts()
hard_drive.traitor_data = traitor_data
// Stops any topic exploits such as logging in multiple times on a single system.
if(!assigned)
traitor_data.contractor_hub.create_contracts(traitor_data.owner)