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:
Sonoida
2022-12-16 12:49:57 +01:00
parent 91cab0bdca
commit e90079fac5
12 changed files with 78 additions and 14 deletions
@@ -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"