mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
moves greyscale belly overlays to _ch dmi
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 |
BIN
icons/mob/screen_full_vore_ch.dmi
Normal file
BIN
icons/mob/screen_full_vore_ch.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 526 KiB |
Reference in New Issue
Block a user