mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-20 12:29:32 +01:00
Fixing one of two fuckups
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user