Repaths oxygen jetpacks and "removes" fake empty jetpack (#93676)

## About The Pull Request

removes oxygen jetpack subtype and makes empty jetpack actual oxygen

## Why It's Good For The Game

because our empty jetpack wasnt actually empty and we infact had two
oxygen jetpacks?

## Changelog

N/A
This commit is contained in:
Aliceee2ch
2025-11-01 14:40:04 +02:00
committed by GitHub
parent 915102803c
commit 1513f779ad
18 changed files with 34 additions and 33 deletions
@@ -0,0 +1,9 @@
/obj/item/tank/jetpack : @DELETE
/obj/item/tank/jetpack/oxygen : /obj/item/tank/jetpack{@OLD}
/obj/item/tank/jetpack/oxygen/harness : /obj/item/tank/jetpack/harness{@OLD}
/obj/item/tank/jetpack/oxygen/captain : /obj/item/tank/jetpack/captain{@OLD}
/obj/item/tank/jetpack/oxygen/security : /obj/item/tank/jetpack/security{@OLD}