Skip to content

Commit

Permalink
fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Sep 19, 2023
1 parent 851e7a2 commit 2d43b56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/game/objects/items/food/burgers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
name = "red burger"
desc = "Perfect for hiding the fact it's burnt to a crisp."
icon_state = "cburger"
color = COLOR_RED
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,
/datum/reagent/consumable/nutriment/protein = 5,
Expand All @@ -259,6 +260,7 @@
name = "orange burger"
desc = "Contains 0% juice."
icon_state = "cburger"
color = COLOR_ORANGE
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,
/datum/reagent/consumable/nutriment/protein = 5,
Expand All @@ -271,6 +273,7 @@
name = "yellow burger"
desc = "Bright to the last bite."
icon_state = "cburger"
color = COLOR_YELLOW
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,
/datum/reagent/consumable/nutriment/protein = 5,
Expand All @@ -283,6 +286,7 @@
name = "green burger"
desc = "It's not tainted meat, it's painted meat!"
icon_state = "cburger"
color = COLOR_GREEN
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,
/datum/reagent/consumable/nutriment/protein = 5,
Expand All @@ -295,6 +299,7 @@
name = "blue burger"
desc = "Is this blue rare?"
icon_state = "cburger"
color = COLOR_BLUE
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,
/datum/reagent/consumable/nutriment/protein = 5,
Expand All @@ -307,6 +312,7 @@
name = "purple burger"
desc = "Regal and low class at the same time."
icon_state = "cburger"
color = COLOR_PURPLE
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,
/datum/reagent/consumable/nutriment/protein = 5,
Expand All @@ -319,6 +325,7 @@
name = "black burger"
desc = "This is overcooked."
icon_state = "cburger"
color = COLOR_ALMOST_BLACK
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,
/datum/reagent/consumable/nutriment/protein = 5,
Expand All @@ -331,6 +338,7 @@
name = "white burger"
desc = "Delicous Titanium!"
icon_state = "cburger"
color = COLOR_WHITE
food_reagents = list(
/datum/reagent/consumable/nutriment = 2,
/datum/reagent/consumable/nutriment/protein = 5,
Expand Down

0 comments on commit 2d43b56

Please sign in to comment.