Fixes fulp antag icons

This commit is contained in:
John Willard
2025-11-26 06:05:25 -05:00
parent e8e099413d
commit 3b8cef820b
8 changed files with 12 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -314,7 +314,9 @@
/datum/antagonist/bloodsucker/get_preview_icon()
var/icon/final_icon = render_preview_outfit(/datum/outfit/bloodsucker_outfit)
final_icon.Blend(icon('icons/effects/blood.dmi', "uniformblood"), ICON_OVERLAY)
var/icon/blood_icon = icon('icons/effects/blood.dmi', "suitblood")
blood_icon.Blend(BLOOD_COLOR_RED, ICON_MULTIPLY)
final_icon.Blend(blood_icon, ICON_OVERLAY)
return finish_preview_icon(final_icon)

View File

@@ -66,7 +66,7 @@
enrico.hairstyle = "Undercut"
enrico.hair_color = "FFF"
enrico.skin_tone = "african2"
enrico.eye_color_left = "#663300"
enrico.eye_color_right = "#663300"
enrico.eye_color_left = COLOR_BLACK
enrico.eye_color_right = COLOR_BLACK
enrico.update_body(is_creating = TRUE)

View File

@@ -129,7 +129,7 @@
l_hand = /obj/item/knife/butcher
mask = /obj/item/clothing/mask/monster_preview_mask
uniform = /obj/item/clothing/under/suit/black
suit = /obj/item/clothing/suit/hooded/techpriest
suit = /obj/item/clothing/suit/hooded/techpriest/preview
gloves = /obj/item/clothing/gloves/color/white
/// Mind version
@@ -247,10 +247,14 @@
invasion.run_event()
/obj/item/clothing/mask/monster_preview_mask
name = "Monster Preview Mask"
name = "Rabbit Mask"
icon = 'fulp_modules/icons/antagonists/monster_hunter/weapons.dmi'
worn_icon = 'fulp_modules/icons/antagonists/monster_hunter/worn_mask.dmi'
worn_icon_state = "monoclerabbit"
worn_icon_state = "rabbitmask_preview"
/obj/item/clothing/suit/hooded/techpriest/preview
name = "hoodless " + parent_type::name
hoodtype = null
/datum/antagonist/monsterhunter/roundend_report()
var/list/parts = list()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB