allows jetpacks to work properly in suit storage slot

This commit is contained in:
Eschess
2018-12-20 13:46:22 +01:00
parent 034e1cc4c5
commit f4d093cf19
@@ -13,6 +13,8 @@
var/obj/item/tank/jetpack/thrust
if(istype(back,/obj/item/tank/jetpack))
thrust = back
else if(istype(s_store,/obj/item/tank/jetpack))
thrust = s_store
else if(istype(back,/obj/item/rig))
var/obj/item/rig/rig = back
for(var/obj/item/rig_module/maneuvering_jets/module in rig.installed_modules)