Skip to content

Commit

Permalink
Merge pull request #3503 from MistakeNot4892/yetpack
Browse files Browse the repository at this point in the history
Jetpacks in suit storage will now function as jetpacks.
  • Loading branch information
out-of-phaze authored Dec 6, 2023
2 parents 3364cc4 + d9e21e8 commit e4cd66d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/mob/living/inventory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,7 @@
var/obj/item/rig/rig = thrust
for(var/obj/item/rig_module/maneuvering_jets/module in rig.installed_modules)
return module.jets
thrust = get_equipped_item(slot_s_store_str)
if(istype(thrust))
return thrust
return null

0 comments on commit e4cd66d

Please sign in to comment.