mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-25 21:56:42 +01:00
10 lines
358 B
Plaintext
10 lines
358 B
Plaintext
/datum/supply_pack/vending/barkbox
|
|
contraband = FALSE //i'm not responsible for citcode
|
|
|
|
/datum/supply_pack/vending/modularpc
|
|
name = "Deluxe Silicate Solutions Supply Crate"
|
|
desc = "Contains a Deluxe Silicate Solutions restock unit!"
|
|
cost = 1500
|
|
contains = list(/obj/item/vending_refill/modularpc)
|
|
crate_name = "deluxe silicate solutions supply crate"
|