Remove headlamp from durathread helmet, add durathread hardhat + recipe. (#29991)

* Remove headlamp from durathread helmet, add durathread hardhat + recipe.

* Add trailing newline.

* Apply PollardTheDragon's whitespace suggestion

Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

---------

Signed-off-by: Alan <alfalfascout@users.noreply.github.com>
Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
Alan
2025-08-15 06:35:11 +00:00
committed by GitHub
co-authored by PollardTheDragon
parent 7716e1a019
commit 0789afc973
13 changed files with 31 additions and 0 deletions
+14
View File
@@ -109,3 +109,17 @@
"Drask" = 'icons/mob/clothing/species/drask/head/utility.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/head/utility.dmi'
)
/obj/item/clothing/head/hardhat/durathread
name = "durathread hard hat"
icon_state = "hardhat0_durathread"
item_state = "hardhat0_durathread"
item_color = "durathread"
desc = "A hard hat made from durathread, leather, and light fixture components."
armor = list(MELEE = 10, BULLET = 5, LASER = 20, ENERGY = 5, BOMB = 10, RAD = 0, FIRE = 35, ACID = 50)
sprite_sheets = list(
"Drask" = 'icons/mob/clothing/species/drask/head.dmi',
"Grey" = 'icons/mob/clothing/species/grey/head.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/head.dmi',
"Vox" = 'icons/mob/clothing/species/vox/head.dmi'
)
+7
View File
@@ -268,6 +268,13 @@
icon_state = "durathread"
item_state = "durathread"
armor = list(MELEE = 10, BULLET = 5, LASER = 20, ENERGY = 5, BOMB = 10, RAD = 0, FIRE = 35, ACID = 50)
sprite_sheets = list(
"Drask" = 'icons/mob/clothing/species/drask/helmet.dmi',
"Grey" = 'icons/mob/clothing/species/grey/helmet.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/helmet.dmi',
"Vox" = 'icons/mob/clothing/species/vox/helmet.dmi'
)
/obj/item/clothing/head/helmet/street_judge
name = "judge's helmet"
+10
View File
@@ -21,6 +21,16 @@
time = 4 SECONDS
category = CAT_CLOTHING
/datum/crafting_recipe/durathread_hardhat
name = "Durathread Hard Hat"
result = list(/obj/item/clothing/head/hardhat/durathread)
reqs = list(/obj/item/clothing/head/helmet/durathread = 1,
/obj/item/mounted/frame/light_fixture/small = 1,
/obj/item/stack/cable_coil = 5,
/obj/item/light/bulb = 1)
time = 4 SECONDS
category = CAT_CLOTHING
/datum/crafting_recipe/durathread_jumpsuit
name = "Durathread Jumpsuit"
result = list(/obj/item/clothing/under/misc/durathread)