Add better-fitting hoods for monitor heads. (#30200)

* Add better-fitting hoods for monitor heads.

* Fix some icons not animating properly, thanks IconDiffBot2!

* Here you go

* Incorporate linter feedback.

* Re-order the checks slightly to make the hoods render.

* Defluff

---------

Co-authored-by: PollardTheDragon <144391971+PollardTheDragon@users.noreply.github.com>
This commit is contained in:
Alan
2025-09-22 13:15:35 +00:00
committed by GitHub
co-authored by PollardTheDragon
parent 061fa12327
commit 32b127ebb2
10 changed files with 26 additions and 3 deletions
+2
View File
@@ -100,6 +100,7 @@
cold_protection = HEAD
min_cold_protection_temperature = SPACE_HELM_MIN_TEMP_PROTECT
magical = TRUE
icon_monitor = 'icons/mob/clothing/species/machine/monitor/hood.dmi'
/obj/item/clothing/head/hooded/culthood/alt
icon_state = "cult_hoodalt"
@@ -214,6 +215,7 @@
flags_inv = HIDEFACE
flags_cover = HEADCOVERSEYES
armor = list(MELEE = -25, BULLET = -25, LASER = -25, ENERGY = -25, BOMB = -25, RAD = -25, FIRE = 0, ACID = 0)
icon_monitor = 'icons/mob/clothing/species/machine/monitor/hood.dmi'
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
"Drask" = 'icons/mob/clothing/species/drask/head.dmi',
+1
View File
@@ -994,6 +994,7 @@ GLOBAL_LIST_EMPTY(multiverse)
cold_protection = HEAD
min_cold_protection_temperature = SPACE_HELM_MIN_TEMP_PROTECT
magical = TRUE
icon_monitor = 'icons/mob/clothing/species/machine/monitor/hood.dmi'
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/head.dmi',