Adds colorable stomachs

This commit is contained in:
C.L
2022-09-04 18:09:32 -04:00
committed by Darlantan
parent 8247ddd9a7
commit 87b0b96512
8 changed files with 236 additions and 3 deletions

View File

@@ -304,6 +304,16 @@
downscaled.Scale(240, 240)
InsertAll("", downscaled)
..()
/datum/asset/spritesheet/vore_colorized //This should be getting loaded in the TGUI vore panel but the game refuses to do so, for some reason. It only loads the vore spritesheet.
name = "colorizedvore"
/datum/asset/spritesheet/vore_colorized/register()
var/icon/downscaledVC = icon('icons/mob/screen_full_colorized_vore.dmi')
downscaledVC.Scale(240, 240)
InsertAll("", downscaledVC)
..()
//VOREStation Add End
// // Representative icons for each research design