This commit is contained in:
Samuel Rowe
2015-05-07 11:13:40 +12:00
parent b8ce5bc7cf
commit 98fedd31c7
2 changed files with 4 additions and 4 deletions
@@ -157,7 +157,7 @@
/obj/item/weapon/reagent_containers/food/drinks/bottle/bottleofnothing
name = "Bottle of Nothing"
desc = "A bottle filled with nothing"
desc = "A bottle filled with nothing."
icon_state = "bottleofnothing"
list_reagents = list("nothing" = 100)
@@ -187,7 +187,7 @@
/obj/item/weapon/reagent_containers/food/drinks/bottle/kahlua
name = "Robert Robust's Coffee Liqueur"
desc = "A widely known, Mexican coffee-flavoured liqueur. In production since 1936, HONK"
desc = "A widely known, Mexican coffee-flavoured liqueur. In production since 1936, HONK."
icon_state = "kahluabottle"
list_reagents = list("kahlua" = 100)
@@ -450,7 +450,7 @@
if("vanillapudding")
icon_state = "vanillapudding"
name = "Vanilla Pudding"
desc = "Whoah, this thing is on FIRE!"
desc = "Tasty."
if("cherryshake")
icon_state = "cherryshake"
name = "Cherry Shake"
@@ -470,7 +470,7 @@
if("gibbfloats")
icon_state = "gibbfloats"
name = "Gibbfloat"
desc = "Dr. Gibb with icecream on top."
desc = "Dr. Gibb with ice cream on top."
else
icon_state ="glass_brown"
var/image/I = image(icon, "glassoverlay")