gato rebranding
- rebranding some more items, this time mostly the sprites
This commit is contained in:
@@ -32,6 +32,11 @@
|
||||
AddComponent(/datum/component/slippery, 80)
|
||||
|
||||
/obj/item/soap/nanotrasen
|
||||
desc = "A Nanotrasen brand bar of soap. Smells of plasma."
|
||||
icon = 'GainStation13/icons/obj/items_and_weapons.dmi' //GS13 - sorry not sorry, but it's just easier to replace this sprite instead of rebranding all instances of nanotrasen soap
|
||||
icon_state = "soapgt"
|
||||
|
||||
/obj/item/soap/nanotrasenreal //GS13 - this is the real NT soap :3
|
||||
desc = "A Nanotrasen brand bar of soap. Smells of plasma."
|
||||
icon_state = "soapnt"
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
/obj/item/trash/popcorn
|
||||
name = "popcorn"
|
||||
icon = 'GainStation13/icons/obj/janitor.dmi' //GS13 - GATO palette
|
||||
icon_state = "popcorn"
|
||||
|
||||
/obj/item/trash/sosjerky
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/popcorn
|
||||
name = "popcorn"
|
||||
desc = "Now let's find some cinema."
|
||||
icon = 'GainStation13/icons/obj/food/food.dmi' //GS13 - GATO palette
|
||||
icon_state = "popcorn"
|
||||
trash = /obj/item/trash/popcorn
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 2)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name = "console"
|
||||
desc = "A stationary computer."
|
||||
|
||||
icon = 'icons/obj/modular_console.dmi'
|
||||
icon = 'GainStation13/icons/obj/modular_console.dmi' //GS13 - gatofication sprites
|
||||
icon_state = "console"
|
||||
icon_state_powered = "console"
|
||||
icon_state_unpowered = "console-off"
|
||||
|
||||
Reference in New Issue
Block a user