From 759b6b685563ae6ec77da708cb3577d125f0396f Mon Sep 17 00:00:00 2001 From: Markolie Date: Mon, 24 Nov 2014 21:11:31 +0100 Subject: [PATCH] Re-add the Singuloth Knight's hardsuit. --- code/modules/clothing/spacesuits/rig.dm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/code/modules/clothing/spacesuits/rig.dm b/code/modules/clothing/spacesuits/rig.dm index 4c6fab3b472..ac801467b7b 100644 --- a/code/modules/clothing/spacesuits/rig.dm +++ b/code/modules/clothing/spacesuits/rig.dm @@ -472,3 +472,21 @@ item_state = "atmos_hardsuit" armor = list(melee = 40, bullet = 5, laser = 20,energy = 5, bomb = 35, bio = 100, rad = 50) max_heat_protection_temperature = FIRESUIT_MAX_HEAT_PROTECTION_TEMPERATURE + +//Singuloth armor +/obj/item/clothing/head/helmet/space/rig/singuloth + name = "singuloth knight's helmet" + desc = "This is an adamantium helmet from the chapter of the Singuloth Knights. It shines with a holy aura." + icon_state = "rig0-singuloth" + item_state = "singuloth_helm" + _color = "singuloth" + armor = list(melee = 40, bullet = 5, laser = 20,energy = 5, bomb = 25, bio = 100, rad = 80) + +/obj/item/clothing/suit/space/rig/singuloth + icon_state = "rig-singuloth" + name = "singuloth knight's armor" + desc = "This is a ceremonial armor from the chapter of the Singuloth Knights. It's made of pure forged adamantium." + item_state = "singuloth_hardsuit" + flags = FPRINT | TABLEPASS | STOPSPRESSUREDMAGE + armor = list(melee = 40, bullet = 5, laser = 20,energy = 5, bomb = 25, bio = 100, rad = 80) + \ No newline at end of file