R&D voidsuits + AMI resprite (#7541)

This commit is contained in:
kyres1
2019-12-03 11:58:16 -06:00
committed by Werner
parent c6630aaa3f
commit 2e0ba6babc
37 changed files with 130 additions and 15 deletions
@@ -144,4 +144,20 @@
slot_r_hand_str = "sec_hardsuit"
)
armor = list(melee = 60, bullet = 10, laser = 30, energy = 5, bomb = 45, bio = 100, rad = 10)
allowed = list(/obj/item/gun,/obj/item/device/flashlight,/obj/item/tank,/obj/item/device/suit_cooling_unit,/obj/item/melee/baton)
allowed = list(/obj/item/gun,/obj/item/device/flashlight,/obj/item/tank,/obj/item/device/suit_cooling_unit,/obj/item/melee/baton)
//Science
/obj/item/clothing/head/helmet/space/void/sci
name = "research voidsuit helmet"
desc = "A special helmet designed for usage by NanoTrasen research personnel in hazardous, low pressure environments."
icon_state = "rig0-sci"
item_state = "research_voidsuit_helmet"
armor = list(melee = 20, bullet = 5, laser = 30, energy = 45, bomb = 25, bio = 100, rad = 75)
/obj/item/clothing/suit/space/void/sci
icon_state = "rig-sci"
name = "research voidsuit"
desc = "A special suit that designed for usage by NanoTrasen research personnel in hazardous, low pressure environments."
item_state = "research_voidsuit"
allowed = list(/obj/item/device/flashlight,/obj/item/tank,/obj/item/device/suit_cooling_unit)
armor = list(melee = 20, bullet = 5, laser = 30, energy = 45, bomb = 25, bio = 100, rad = 75)