mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-17 09:07:10 +01:00
* compiles checkpoint * fix some * updatepaths * fix * rrr * linters * fiexs * icon fixes * plasmemes * fix * fix * fix bit more * fix * well * cleanup * fix glasses layer * conflict * fuck gun code * fixes * fix * fixes to energy guns * review * conflict * support that 1 unathi pixel * fix
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
/*
|
|
Donator Loadout for Patreon
|
|
*/
|
|
|
|
//mushroom hat
|
|
/obj/item/clothing/head/fluff/mushhat
|
|
name = "Mushroom Hat"
|
|
desc = "A horrifying display of Nanotrasen's ruthless pursuit in being the forefront of fashion. Or genocide."
|
|
icon_state = "mushhat"
|
|
flags = BLOCKHAIR
|
|
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
|
|
|
|
//gold top hat and recolours
|
|
/obj/item/clothing/head/fluff/goldtophat
|
|
name = "Gold-trimmed Top Hat"
|
|
desc = "Poshness incarnate."
|
|
icon_state = "goldtophat"
|
|
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
|
|
|
|
/obj/item/clothing/head/fluff/goldtophat/blue
|
|
name = "Gold-trimmed Blue Top Hat"
|
|
desc = "Poshness incarnate. With blue."
|
|
icon_state = "goldtophatblue"
|
|
|
|
/obj/item/clothing/head/fluff/goldtophat/red
|
|
name = "Gold-trimmed Red Top Hat"
|
|
desc = "Poshness incarnate. With red."
|
|
icon_state = "goldtophatred"
|
|
|
|
//medieval guard helm
|
|
/obj/item/clothing/head/fluff/guardhelm
|
|
name = "Plastic Guard helm"
|
|
desc = "A plastic re-creation of a medieval-era headwear worn by extremely bored recruits of the local army. Kintergarden only."
|
|
icon_state = "guardhelm"
|
|
flags = BLOCKHAIR
|
|
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
|
|
|
|
//black sombrero
|
|
/obj/item/clothing/head/fluff/blacksombrero
|
|
name = "Black sombrero"
|
|
desc = "A rare identifying hat of the infamous ancient renegade gang known as 'El Loco Pocos'."
|
|
icon_state = "blacksombrero"
|
|
flags = BLOCKHAIR
|
|
sprite_sheets = list("Vox" = 'icons/mob/clothing/species/vox/head.dmi')
|
|
|
|
// Equivalent to a winter coat's hood
|
|
/obj/item/clothing/head/furcap
|
|
name = "fur cap"
|
|
desc = "A warm furry cap."
|
|
icon_state = "furcap"
|
|
cold_protection = HEAD
|
|
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
|