moves greyscale belly overlays to _ch dmi

This commit is contained in:
Darlantan
2021-05-01 22:08:53 -04:00
parent 92561207a6
commit 05bc2c8e9b
6 changed files with 4 additions and 4 deletions

View File

@@ -290,7 +290,7 @@
name = "vore"
/datum/asset/spritesheet/vore/register()
var/icon/downscaled = icon('icons/mob/screen_full_vore.dmi')
var/icon/downscaled = icon('icons/mob/screen_full_vore_ch.dmi') //CHOMPedit
downscaled.Scale(240, 240)
InsertAll("", downscaled)
..()

View File

@@ -901,7 +901,7 @@
// Full screen belly overlays!
/obj/screen/fullscreen/belly
icon = 'icons/mob/screen_full_vore.dmi'
icon = 'icons/mob/screen_full_vore_ch.dmi' //CHOMPedit
icon_state = ""
/mob/living/proc/vorebelly_printout() //Spew the vorepanel belly messages into chat window for copypasting.

View File

@@ -6,7 +6,7 @@
*/
/obj/screen/belly_fullscreen_preview
icon = 'icons/mob/screen_full_vore.dmi'
icon = 'icons/mob/screen_full_vore_ch.dmi'
icon_state = ""
appearance_flags = 0

View File

@@ -173,7 +173,7 @@
"belly_fullscreen" = selected.belly_fullscreen,
"belly_fullscreen_color" = selected.belly_fullscreen_color, //CHOMPEdit
"mapRef" = map_name, //CHOMPEdit
"possible_fullscreens" = icon_states('icons/mob/screen_full_vore.dmi'),
"possible_fullscreens" = icon_states('icons/mob/screen_full_vore_ch.dmi'), //CHOMPedit
"vorespawn_blacklist" = selected.vorespawn_blacklist
) //CHOMP Addition: vorespawn blacklist

Binary file not shown.

Before

Width:  |  Height:  |  Size: 526 KiB

After

Width:  |  Height:  |  Size: 543 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB