mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[MIRROR] Janiborgs can now repair damaged hull platings (#640)
* Janiborgs can now repair damaged hull platings (#53183) The "plating repair tool" has been added to the game in the form of a printable upgrade for janiborgs. It's a subtype of the cautery that can repair burnt or damaged hull platings, allowing floor tiles to be placed over them once again. The upgrade that adds it to a janiborg's list of tools can be printed once the Cyborg Upgrades: Utility tech node is researched. Janiborgs get floor tiles (and a crowbar), but have no way of dealing with burnt platings. Thus, what ends up happening is that, after fixing some flooring after a minor explosion, you'll often be left with one or two ugly, OCD-triggering untiled spots on the floor that you can't put a floor tile over because you don't have a welder. What makes these spots even more infuriating is that it would actually be BETTER if they had been broken down to just being space-exposed rods, because then you COULD place a floor tile on their tile. * Janiborgs can now repair damaged hull platings Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
This commit is contained in:
@@ -287,7 +287,7 @@
|
||||
display_name = "Cyborg Upgrades: Utility"
|
||||
description = "Utility upgrades for cyborgs."
|
||||
prereq_ids = list("adv_robotics")
|
||||
design_ids = list("borg_upgrade_thrusters", "borg_upgrade_selfrepair", "borg_upgrade_expand", "borg_upgrade_disablercooler", "borg_upgrade_trashofholding", "borg_upgrade_advancedmop", "borg_upgrade_broomer")
|
||||
design_ids = list("borg_upgrade_thrusters", "borg_upgrade_selfrepair", "borg_upgrade_expand", "borg_upgrade_disablercooler", "borg_upgrade_trashofholding", "borg_upgrade_advancedmop", "borg_upgrade_broomer", "borg_upgrade_prt")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2000)
|
||||
|
||||
/datum/techweb_node/cyborg_upg_engiminer
|
||||
|
||||
Reference in New Issue
Block a user