Replaces 'NASA Void suit' with 'Retro Suits'

and way better sprites
This commit is contained in:
shazbot194
2018-03-03 23:12:19 -09:00
parent 8687ee0342
commit 9d4f88cf1d
11 changed files with 106 additions and 15 deletions
@@ -88,7 +88,7 @@
/obj/item/weapon/tank/jetpack/void
name = "Void Jetpack (Oxygen)"
desc = "It works well in a void."
desc = "A simple retro jetpack. This one is painted orange."
icon_state = "jetpack-void"
item_state = "jetpack-void"
@@ -96,6 +96,16 @@
..()
air_contents.oxygen = (6*ONE_ATMOSPHERE)*volume/(R_IDEAL_GAS_EQUATION*T20C)
/obj/item/weapon/tank/jetpack/void/grey
name = "Void Jetpack (Oxygen)"
desc = "A simple retro jetpack. This one is painted grey."
icon_state = "jetpack-void-grey"
/obj/item/weapon/tank/jetpack/void/gold
name = "Retro Jetpack (Oxygen)"
desc = "A simple retro jetpack. This one is painted gold."
icon_state = "jetpack-void-gold"
/obj/item/weapon/tank/jetpack/oxygen
name = "Jetpack (Oxygen)"