mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 17:36:52 +01:00
R&D voidsuits + AMI resprite (#7541)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user