mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-22 20:46:55 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user