Fixes fulp antag icons
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |