mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Fix
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user