mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
New unique space helmet for the captain.
Captain armor changed as per request. Captain armor capable of acting as a space suit. Captain helmet placed on map in Captain's quarters. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1416 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -146,6 +146,15 @@
|
||||
item_state = "space"
|
||||
permeability_coefficient = 0.01
|
||||
|
||||
/obj/item/clothing/head/helmet/space/capspace
|
||||
name = "space helmet"
|
||||
icon_state = "capspace"
|
||||
desc = "A special helmet designed for work in a hazardous, low-pressure environment. Only for the most fashionable of military figureheads."
|
||||
flags = FPRINT | TABLEPASS | HEADSPACE | HEADCOVERSEYES
|
||||
see_face = 0.0
|
||||
item_state = "capspace"
|
||||
permeability_coefficient = 0.01
|
||||
|
||||
/obj/item/clothing/head/helmet/space/rig
|
||||
desc = "A special helmet designed for work in a hazardous, low-pressure environment. Has radiation shielding."
|
||||
name = "rig helmet"
|
||||
|
||||
@@ -202,9 +202,15 @@
|
||||
desc = "Wearing this armor exemplifies who is in charge. You are in charge."
|
||||
icon_state = "caparmor"
|
||||
item_state = "caparmor"
|
||||
w_class = 4//bulky item
|
||||
gas_transfer_coefficient = 0.01
|
||||
flags = FPRINT | TABLEPASS | SUITSPACE
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
|
||||
allowed = list(/obj/item/weapon/gun/energy,/obj/item/weapon/baton,/obj/item/weapon/handcuffs,/obj/item/weapon/tank/emergency_oxygen)
|
||||
permeability_coefficient = 0.02
|
||||
protective_temperature = 1000
|
||||
heat_transfer_coefficient = 0.02
|
||||
radiation_protection = 0.25
|
||||
w_class = 4//bulky item
|
||||
allowed = list(/obj/item/device/flashlight,/obj/item/weapon/gun/energy,/obj/item/weapon/baton,/obj/item/weapon/handcuffs,/obj/item/weapon/tank/emergency_oxygen)
|
||||
|
||||
/obj/item/clothing/suit/armor/centcomm
|
||||
name = "Cent. Com. armor"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 114 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 18 KiB |
@@ -2706,7 +2706,7 @@
|
||||
"bab" = (/obj/disposalpipe/sortjunction{dir = 1; icon_state = "pipe-j2s"; sortType = 21},/turf/simulated/wall,/area/maintenance/port)
|
||||
"bac" = (/obj/machinery/door/firedoor/border_only,/obj/cable{d1 = 1; d2 = 2; icon_state = "1-2"; tag = "Streight"},/turf/simulated/floor,/area/hallway/primary/central)
|
||||
"bad" = (/obj/machinery/door/firedoor/border_only,/turf/simulated/floor{icon_state = "bluecorner"},/area/hallway/primary/central)
|
||||
"bae" = (/obj/rack,/obj/item/clothing/mask/gas/emergency,/obj/item/weapon/tank/jetpack,/turf/simulated/floor,/area/crew_quarters/captain)
|
||||
"bae" = (/obj/rack,/obj/item/weapon/tank/jetpack,/obj/item/clothing/mask/gas,/obj/item/clothing/head/helmet/space/capspace,/turf/simulated/floor,/area/crew_quarters/captain)
|
||||
"baf" = (/obj/stool/bed,/obj/item/weapon/bedsheet,/obj/machinery/light_switch{pixel_y = -25},/turf/simulated/floor,/area/crew_quarters/captain)
|
||||
"bag" = (/obj/secure_closet/captains,/turf/simulated/floor,/area/crew_quarters/captain)
|
||||
"bah" = (/obj/table{icon_state = "tabledir"; dir = 4},/obj/machinery/light/lamp{pixel_x = 4; pixel_y = 1},/obj/machinery/light,/turf/simulated/floor,/area/crew_quarters/captain)
|
||||
|
||||
Reference in New Issue
Block a user