Ports Goonchat
This commit is contained in:
@@ -110,10 +110,10 @@ GLOBAL_LIST_EMPTY(uplink_items) // Global list so we only initialize this once.
|
||||
var/obj/item/weapon/storage/box/B = A
|
||||
if(istype(B) && B.contents.len > 0)
|
||||
for(var/obj/item/I in B)
|
||||
U.purchase_log += "<big>\icon[I]</big>"
|
||||
U.purchase_log += "<big>[bicon(I)]</big>"
|
||||
else
|
||||
if(purchase_log_vis)
|
||||
U.purchase_log += "<big>\icon[A]</big>"
|
||||
U.purchase_log += "<big>[bicon(A)]</big>"
|
||||
|
||||
if(limited_stock > 0)
|
||||
limited_stock -= 1
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
diff a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm (rejected hunks)
|
||||
@@ -1312,7 +1312,7 @@ var/list/uplink_items = list() // Global list so we only initialize this once.
|
||||
continue
|
||||
crate_value -= I.cost
|
||||
new I.item(C)
|
||||
- U.purchase_log += "<big>\icon[I.item]</big>"
|
||||
+ U.purchase_log += "<big>[bicon(I.item)]</big>"
|
||||
|
||||
return C
|
||||
|
||||
Reference in New Issue
Block a user