mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
discount gear now can't be picked in surplus crates
This commit is contained in:
@@ -48,6 +48,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
A.job = null // If you get a job specific item selected, actually lets you buy it in the discount section
|
||||
A.reference = "DIS[newreference]"
|
||||
A.desc += " Limit of [A.limited_stock] per uplink. Normally costs [initial(A.cost)] TC."
|
||||
A.surplus = 0 // stops the surplus crate potentially giving out a bit too much
|
||||
A.item = I.item
|
||||
newreference++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user