Adds the captains jetpack, both as an item and the new objective.
@@ -30,8 +30,8 @@
|
||||
excludefromjob = list("Captain")
|
||||
|
||||
/datum/objective_item/steal/jetpack
|
||||
name = "the void jetpack"
|
||||
targetitem = /obj/item/weapon/tank/jetpack/void
|
||||
name = "the Captain's jetpack"
|
||||
targetitem = /obj/item/weapon/tank/jetpack/oxygen/captain
|
||||
difficulty = 5
|
||||
excludefromjob = list("Captain")
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
SUIT_TYPE = /obj/item/clothing/suit/space/captain
|
||||
HELMET_TYPE = /obj/item/clothing/head/helmet/space/captain
|
||||
MASK_TYPE = /obj/item/clothing/mask/gas
|
||||
STORAGE_TYPE = /obj/item/weapon/tank/jetpack/void
|
||||
STORAGE_TYPE = /obj/item/weapon/tank/jetpack/oxygen/captain
|
||||
|
||||
/obj/machinery/suit_storage_unit/engine
|
||||
SUIT_TYPE = /obj/item/clothing/suit/space/hardsuit/engine
|
||||
|
||||
@@ -95,6 +95,14 @@
|
||||
throw_range = 7
|
||||
w_class = 3
|
||||
|
||||
/obj/item/weapon/tank/jetpack/oxygen/captain
|
||||
name = "\improper Captain's jetpack"
|
||||
desc = "A compact, lightweight jetpack containing a high amount of compressed oxygen."
|
||||
icon_state = "jetpack-captain"
|
||||
item_state = "jetpack-captain"
|
||||
w_class = 3
|
||||
volume = 90
|
||||
|
||||
/obj/item/weapon/tank/jetpack/carbondioxide
|
||||
name = "jetpack (carbon dioxide)"
|
||||
desc = "A tank of compressed carbon dioxide for use as propulsion in zero-gravity areas. Painted black to indicate that it should not be used as a source for internals."
|
||||
|
||||
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 8.1 KiB |