mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 22:22:09 +00:00
I'm an idiot thanks Travis, and internals check fix.
This commit is contained in:
@@ -356,6 +356,11 @@
|
||||
if(!rig.offline && (rig.air_supply && internal == rig.air_supply))
|
||||
rig_supply = rig.air_supply
|
||||
|
||||
else if(istype(belt,/obj/item/weapon/rig))
|
||||
var/obj/item/weapon/rig/rig = belt
|
||||
if(!rig.offline && (rig.air_supply && internal == rig.air_supply))
|
||||
rig_supply = rig.air_supply
|
||||
|
||||
if ((!rig_supply && !contents.Find(internal)) || !((wear_mask && (wear_mask.item_flags & AIRTIGHT)) || (head && (head.item_flags & AIRTIGHT))))
|
||||
internal = null
|
||||
|
||||
|
||||
@@ -893,7 +893,7 @@
|
||||
desc = "A compact overclocking system for a hardsuit."
|
||||
id = "rig_component_sprinter"
|
||||
req_tech = list(TECH_MATERIAL = 5, TECH_ENGINEERING = 5, TECH_BIO = 4, TECH_POWER = 4)
|
||||
materials = list(MAT_PLASTEEL = 2000, MAT_GRAPHITE = 1500, MAT_PLASTIC = 500, TECH_VERDANTIUM = 1000)
|
||||
materials = list(MAT_PLASTEEL = 2000, MAT_GRAPHITE = 1500, MAT_PLASTIC = 500, MAT_VERDANTIUM = 1000)
|
||||
build_path = /obj/item/rig_module/sprinter
|
||||
|
||||
/datum/design/item/mechfab/rigsuit/meson
|
||||
|
||||
Reference in New Issue
Block a user