Skip to content

Commit

Permalink
Jetpacks in suit storage will now function as jetpacks.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 committed Dec 1, 2023
1 parent 42f8ce1 commit d9e21e8
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 d9e21e8

Please sign in to comment.