- renaming existing "tea" icon to hot_coco

- adding "teacup" icon
- revising icon-state for hot coco and tea
This commit is contained in:
jack-fractal
2013-06-19 00:47:12 -04:00
parent 863f0e2cdf
commit 4045df96a5
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@
/obj/item/weapon/reagent_containers/food/drinks/tea
name = "Duke Purple Tea"
desc = "An insult to Duke Purple is an insult to the Space Queen! Any proper gentleman will fight you, if you sully this tea."
icon_state = "tea"
icon_state = "teacup"
item_state = "coffee"
New()
..()
@@ -224,7 +224,7 @@
/obj/item/weapon/reagent_containers/food/drinks/h_chocolate
name = "Dutch Hot Coco"
desc = "Made in Space South America."
icon_state = "tea"
icon_state = "hot_coco"
item_state = "coffee"
New()
..()