spriting + mapping fixes

- fixed Sauna bolts on Boxstation
- fixed door namings in Moka's room in CentComm
- placed couple more feeding tube machines in Meta maints
- removed ghost role from Deep Storage
- added boltable doors to Feeder's Den
- added broken variant of calorite tiles
- refreshed GATO sprites of banner and logo decal
- added new food sprites (sushi and cakes), MADE BY KISSASTA
This commit is contained in:
Sonoida
2023-02-16 16:11:03 +01:00
parent 34a89c1687
commit ec1204b099
13 changed files with 280 additions and 279 deletions
@@ -221,7 +221,7 @@
if(!istype(M, /mob/living/carbon))
return FALSE
else
M.adjust_fatness(fat_to_add, FATTENING_TYPE_ITEM)
M.adjust_fatness(fat_to_add, FATTENING_TYPE_ITEM)
// calorite floor, disguised version - GS13
@@ -229,7 +229,7 @@
name = "Steel floor"
icon_state = "calorite_hide"
floor_tile = /obj/item/stack/tile/mineral/calorite/hide
icons = list("calorite_hide","calorite_hide_dam")
icons = list("calorite_hide","calorite_dam")
// calorite floor, powerful version - GS13
@@ -237,7 +237,7 @@
name = "Infused calorite floor"
icon_state = "calorite_strong"
floor_tile = /obj/item/stack/tile/mineral/calorite/strong
icons = list("calorite_strong","calorite_strong_dam")
icons = list("calorite_strong","calorite_dam")
//DIAMOND