mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[MDB Ignore]Hats DMI split (#70060)
Splits head dmi into separate files for both mob and obj icons. Kept similar to suit split categorization + some more. New files include beanie, bio, chaplain, costume, cowboy, default, hats(softcaps, fedoras, head caps, generic hats), helmet(helmets and other armored headgear/hoods), spacehelm, utility(hardhats, mostly work related hats), wizard. Moves animal/pet head sitting icons to 1 folder, pets_head.dmi Renames PAI head sitting icon file to pai_head.dmi
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
uniform = /obj/item/clothing/under/costume/pirate
|
||||
shoes = /obj/item/clothing/shoes/jackboots
|
||||
glasses = /obj/item/clothing/glasses/eyepatch
|
||||
head = /obj/item/clothing/head/bandana
|
||||
head = /obj/item/clothing/head/costume/pirate/bandana
|
||||
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/pirate/ranged
|
||||
@@ -87,7 +87,7 @@
|
||||
/datum/outfit/piratecorpse/ranged
|
||||
name = "Pirate Gunner Corpse"
|
||||
suit = /obj/item/clothing/suit/costume/pirate
|
||||
head = /obj/item/clothing/head/pirate
|
||||
head = /obj/item/clothing/head/costume/pirate
|
||||
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/russian
|
||||
@@ -100,7 +100,7 @@
|
||||
name = "Russian Corpse"
|
||||
uniform = /obj/item/clothing/under/costume/soviet
|
||||
shoes = /obj/item/clothing/shoes/jackboots
|
||||
head = /obj/item/clothing/head/bearpelt
|
||||
head = /obj/item/clothing/head/costume/bearpelt
|
||||
gloves = /obj/item/clothing/gloves/color/black
|
||||
mask = /obj/item/clothing/mask/gas
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
|
||||
/datum/outfit/russiancorpse/ranged
|
||||
name = "Ranged Russian Corpse"
|
||||
head = /obj/item/clothing/head/ushanka
|
||||
head = /obj/item/clothing/head/costume/ushanka
|
||||
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/russian/ranged/trooper
|
||||
@@ -138,7 +138,7 @@
|
||||
suit = /obj/item/clothing/suit/jacket/officer/tan
|
||||
shoes = /obj/item/clothing/shoes/combat
|
||||
ears = /obj/item/radio/headset
|
||||
head = /obj/item/clothing/head/ushanka
|
||||
head = /obj/item/clothing/head/costume/ushanka
|
||||
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/wizard
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
ears = /obj/item/radio/headset/heads/captain
|
||||
glasses = /obj/item/clothing/glasses/eyepatch
|
||||
mask = /obj/item/clothing/mask/cigarette/cigar/cohiba
|
||||
head = /obj/item/clothing/head/centhat
|
||||
head = /obj/item/clothing/head/hats/centhat
|
||||
gloves = /obj/item/clothing/gloves/tackler/combat
|
||||
shoes = /obj/item/clothing/shoes/combat/swat
|
||||
r_pocket = /obj/item/lighter
|
||||
|
||||
Reference in New Issue
Block a user