mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
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:
@@ -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}
|
||||
Reference in New Issue
Block a user