mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[READY] Replaces sleepers with stasis beds (Lifeform Stasis Unit) (#43075)
* Adds stasis beds Needs sprites, using placeholder ones * Adds stasis beds to techwebs Cryostasis Technology * Adds sprites for stasis bed * Stasis beds support economy/ancap * Stasis bed can be deconstructed * Stasis bed requires cable coil * New stasis bed sprites by @Kmc2000 Made by Kmc2000 <bluekorben2000@yahoo.com> Not currently functional * Add unique to SSvis_overlay.add_vis_overlay will return the overlay object itself and not reuse it * Make stasis bed art function can enable/disable with alt click makes sounds when powering up/down * The tubes go over the mob now * Remove sleepers from techweb tree * Fix stasis bed lying * Modified stasis bed build requirements * Survival pod version of stasis bed Map spawned sleepers delete their circuit boards Added stasis beds to 'doctors' phobia NanoMed for survival pod which is always free, not refillable * Replace sleepers with stasis beds on all station maps removed all sleeper machine boards from maps one sleeper machine board intentionally left alone in oldstation * Fix stasis bed tube overlay capturing clicks Give power up and down noise freq variation * Remove stat check from living Life * Remove vis overlay assertions from stasis bed
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
display_name = "Biological Technology"
|
||||
description = "What makes us tick." //the MC, silly!
|
||||
prereq_ids = list("base")
|
||||
design_ids = list("chem_heater", "chem_master", "chem_dispenser", "sleeper", "vr_sleeper", "pandemic", "defibrillator", "defibmount", "operating", "soda_dispenser", "beer_dispenser", "healthanalyzer", "medspray","genescanner")
|
||||
design_ids = list("chem_heater", "chem_master", "chem_dispenser", "vr_sleeper", "pandemic", "defibrillator", "defibmount", "operating", "soda_dispenser", "beer_dispenser", "healthanalyzer", "medspray","genescanner")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
export_price = 5000
|
||||
|
||||
@@ -435,7 +435,7 @@
|
||||
display_name = "Cryostasis Technology"
|
||||
description = "Smart freezing of objects to preserve them!"
|
||||
prereq_ids = list("adv_engi", "biotech")
|
||||
design_ids = list("splitbeaker", "noreactsyringe", "cryotube", "cryo_Grenade")
|
||||
design_ids = list("splitbeaker", "noreactsyringe", "cryotube", "cryo_Grenade", "stasis")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000)
|
||||
export_price = 4000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user