mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 21:49:11 +01:00
fix random uplink items (#16746)
This commit is contained in:
@@ -186,7 +186,7 @@ var/datum/uplink/uplink = new()
|
||||
if(!I)
|
||||
break
|
||||
bought_items += I
|
||||
remaining_TC -= I.cost(remaining_TC, U)
|
||||
remaining_TC -= I.cost(U, remaining_TC)
|
||||
|
||||
return bought_items
|
||||
|
||||
@@ -198,6 +198,6 @@ var/datum/uplink/uplink = new()
|
||||
if(!I)
|
||||
break
|
||||
bought_items += I
|
||||
remaining_TC -= I.cost(remaining_TC, U)
|
||||
remaining_TC -= I.cost(U, remaining_TC)
|
||||
|
||||
return bought_items
|
||||
|
||||
Reference in New Issue
Block a user