mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +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:
@@ -751,7 +751,7 @@
|
||||
new spess_suit(src) // Above allows me to get the helmet from a variable on the object
|
||||
var/obj/item/clothing/head/helmet/space/syndicate/spess_helmet = GLOB.syndicate_space_suits_to_helmets[spess_suit]
|
||||
new spess_helmet(src) // 4 TC for the space gear
|
||||
new /obj/item/tank/jetpack/oxygen/harness(src) // They kinda need this to fly to the cruiser.
|
||||
new /obj/item/tank/jetpack/harness(src) // They kinda need this to fly to the cruiser.
|
||||
// Tacticool gear
|
||||
new /obj/item/clothing/shoes/combat(src)
|
||||
new /obj/item/clothing/under/syndicate(src)
|
||||
|
||||
Reference in New Issue
Block a user