mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
/datum/supply_pack/sci/borgos
|
|
name = "Borg-O's Five-Pack"
|
|
contains = list(
|
|
/obj/item/trash/rkibble = 5,
|
|
)
|
|
cost = 45
|
|
containertype = /obj/structure/closet/crate/ward
|
|
containername = "Borg-O's crate"
|