From 3e13680498f2eab31f962327d71a9f74c812760f Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Thu, 29 Aug 2013 03:11:55 -0700 Subject: [PATCH] Tajaran hardsuit code. --- code/modules/clothing/spacesuits/alien.dm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/code/modules/clothing/spacesuits/alien.dm b/code/modules/clothing/spacesuits/alien.dm index ebad97e9869..c3567a7d089 100644 --- a/code/modules/clothing/spacesuits/alien.dm +++ b/code/modules/clothing/spacesuits/alien.dm @@ -1,3 +1,18 @@ +// Taj rigs. +/obj/item/clothing/head/helmet/space/rig/tajara + desc = "A special helmet designed for work in a hazardous, low-pressure environment. Has radiation shielding. This one doesn't look like it was made for humans." + icon_state = "rig-taj-helmet" + item_state = "rig-taj-helmet" + color = "rig-taj-helmet" + species_restricted = list("Tajara") + +/obj/item/clothing/suit/space/rig/tajara + desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding. This one doesn't look like it was made for humans." + icon_state = "rig-taj" + item_state = "rig-taj" + color = "rig-taj" + species_restricted = list("Tajara") + //Skrell space gear. Sleek like a wetsuit. /obj/item/clothing/head/helmet/space/skrell