mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[MIRROR] Merges the Export Scanner, Sales Tagger, and Price Tagger into one item. [MDB IGNORE] (#17212)
* Merges the Export Scanner, Sales Tagger, and Price Tagger into one item. * Update code/game/objects/structures/crates_lockers/closets/secure/cargo.dm Co-authored-by: coldud13 <coldud13@users.noreply.github.com> * maps and crates Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com> Co-authored-by: Tastyfish <crazychris32@gmail.com> Co-authored-by: coldud13 <coldud13@users.noreply.github.com>
This commit is contained in:
co-authored by
coldud13
ArcaneMusic
Tastyfish
parent
b2aec95405
commit
7502ddf9bb
@@ -8,8 +8,7 @@
|
||||
/obj/item/storage/box/shipping/PopulateContents()
|
||||
var/static/items_inside = list(
|
||||
/obj/item/dest_tagger=1,
|
||||
/obj/item/export_scanner=1,
|
||||
/obj/item/sales_tagger=1,
|
||||
/obj/item/universal_scanner=1,
|
||||
/obj/item/stack/package_wrap/small=2,
|
||||
/obj/item/stack/wrapping_paper/small=1,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user