mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 15:05:38 +01:00
various little fixes, resprites and attempt to make cookie synth buildable
- made feeding tube purchasable via cargo - resprited "KK" supply pods into "GG" pods (GATO) - added contraband Corn Oil poster (made by Cubic) - changed sounds of one of the plushes - added Feeding Tube to some spots in all of the current maps - resprited one of the "GATO" console sprites into something more detailed - attempted to make cookie synthesizer buildable and attachable to any borg. Still WIP!
This commit is contained in:
@@ -260,9 +260,16 @@
|
||||
/obj/item/stack/tile/carpet/monochrome/fifty)
|
||||
crate_name = "exotic carpet crate"
|
||||
|
||||
/datum/supply_pack/service/feeding_tube //GS13
|
||||
name = "Feeding Tube Crate"
|
||||
desc = "Contains a feeding tube machine, originally meant for supplying nutrition to farm animals. However, you could probably use it for your own, nefarious deeds..."
|
||||
cost = 2000
|
||||
contains = list(/obj/machinery/feeding_tube)
|
||||
crate_name = "feeding tube crate"
|
||||
|
||||
/datum/supply_pack/service/lightbulbs
|
||||
name = "Replacement Lights"
|
||||
desc = "May the light of Aether shine upon this station! Or at least, the light of forty two light tubes and twenty one light bulbs as well as a light replacer."
|
||||
desc = "May the light of the stars shine upon this station! Or at least, the light of forty two light tubes and twenty one light bulbs as well as a light replacer."
|
||||
cost = 1200
|
||||
contains = list(/obj/item/storage/box/lights/mixed,
|
||||
/obj/item/storage/box/lights/mixed,
|
||||
|
||||
@@ -578,6 +578,15 @@
|
||||
construction_time = 120
|
||||
category = list("Cyborg Upgrade Modules")
|
||||
|
||||
/datum/design/borg_upgrade_cookiesynth //GS13
|
||||
name = "Cyborg Upgrade (Cookie Synthesizer)"
|
||||
id = "borg_upgrade_cookiesynth"
|
||||
build_type = MECHFAB
|
||||
build_path = /obj/item/cookiesynth
|
||||
materials = list(MAT_METAL = 3000, MAT_GOLD = 250, MAT_URANIUM = 100)
|
||||
construction_time = 60
|
||||
category = list("Cyborg Upgrade Modules")
|
||||
|
||||
/datum/design/borg_upgrade_lavaproof
|
||||
name = "Cyborg Upgrade (Lavaproof Tracks)"
|
||||
id = "borg_upgrade_lavaproof"
|
||||
|
||||
Reference in New Issue
Block a user