Fixing one of two fuckups

This commit is contained in:
Toast
2019-11-27 20:14:37 -05:00
parent fbfb7bf7ac
commit 85cad6b4ac
@@ -498,8 +498,8 @@
N.step_energy_drain = M.step_energy_drain //For the scanning module
N.armor = N.armor.setRating(energy = M.armor["energy"]) //for the capacitor
for(var/obj/item/mecha_parts/E in M.contents)
if(istype(E, /obj/item/mecha_parts/concealed_weapon_bay)) //why is the bay not just a variable change who did this
E.forceMove(N)
// if(istype(E, /obj/item/mecha_parts/concealed_weapon_bay)) //why is the bay not just a variable change who did this
// E.forceMove(N)
for(var/obj/item/mecha_parts/mecha_equipment/E in M.equipment) //Move the equipment over...
E.detach()
E.attach(N)