diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index dc12b2e9f68..d8ee7c5a3d1 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -231,6 +231,11 @@ if(slot == slot_wear_suit) //we only give the mob the ability to toggle the helmet if he's wearing the hardsuit. return 1 +/obj/item/clothing/suit/space/hardsuit/on_mob_move(dir, mob) + if(jetpack) + jetpack.on_mob_move(dir, mob) + + //Engineering hardsuit /obj/item/clothing/head/helmet/space/hardsuit/engine name = "engineering hardsuit helmet"