mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 07:30:36 +01:00
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
//supply packs
|
|
|
|
/datum/supply_pack/misc/kinkmate
|
|
name = "Kinkmate construction kit"
|
|
cost = 2000
|
|
contraband = TRUE
|
|
contains = list(/obj/item/vending_refill/kink, /obj/item/circuitboard/machine/kinkmate)
|
|
crate_name = "Kinkmate construction kit"
|
|
|
|
|
|
//Food and livestocks
|
|
|
|
/datum/supply_pack/organic/critter/kiwi
|
|
name = "Space kiwi Crate"
|
|
cost = 2000
|
|
contains = list( /mob/living/simple_animal/kiwi)
|
|
crate_name = "space kiwi crate"
|
|
|
|
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
//////////////////////////// Miscellaneous ///////////////////////////////////
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
/datum/supply_pack/misc/jukebox
|
|
name = "Jukebox"
|
|
cost = 35000
|
|
contains = list(/obj/machinery/jukebox)
|
|
crate_name = "Jukebox"
|
|
|
|
/datum/supply_pack/misc/discojukebox
|
|
name = "Disco Jukebox"
|
|
desc = "For the party within you. Needs engineering access or above."
|
|
cost = 60000
|
|
contains = list(/obj/machinery/jukebox/disco)
|
|
crate_name = "disco jukebox"
|