diff --git a/GainStation13/code/modules/vending/GBBurrito.dm b/GainStation13/code/modules/vending/GBBurrito.dm index fbe294d8..3f85aff0 100644 --- a/GainStation13/code/modules/vending/GBBurrito.dm +++ b/GainStation13/code/modules/vending/GBBurrito.dm @@ -1,5 +1,5 @@ /obj/item/reagent_containers/food/snacks/gbburrito - name = "\improper Gato GutBuster Burrito" + name = "\improper Gato's Gas Giant Burrito" icon_state = "gbburrito" desc = "More than three pounds of beans, meat, and cheese wrapped in a greasy tortilla. It's piping hot." trash = null @@ -7,4 +7,4 @@ filling_color = "#74291b" tastes = list("refried beans","grease" = 1) foodtype = MEAT - price = 3 \ No newline at end of file + price = 3