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)
..()