mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 08:27:24 +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:
@@ -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