mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Adds colorable stomachs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user