[MIRROR] Adds descriptions to all cargo orders! (#5917)
* Adds descriptions to all cargo orders! * recompiles tgui
This commit is contained in:
committed by
Poojawa
parent
68eb27820e
commit
544d7bcaf4
@@ -77,7 +77,8 @@
|
||||
data["supplies"][P.group]["packs"] += list(list(
|
||||
"name" = P.name,
|
||||
"cost" = P.cost,
|
||||
"id" = pack
|
||||
"id" = pack,
|
||||
"desc" = P.desc || P.name // If there is a description, use it. Otherwise use the pack's name.
|
||||
))
|
||||
|
||||
data["cart"] = list()
|
||||
|
||||
Reference in New Issue
Block a user