From 9b9259378a24bc32268ad18c8c920c6989a61e92 Mon Sep 17 00:00:00 2001 From: Fizzpocalypse <47037305+Fizzpocalypse@users.noreply.github.com> Date: Mon, 3 Apr 2023 05:47:00 -0400 Subject: [PATCH] Update GBBurrito.dm --- GainStation13/code/modules/vending/GBBurrito.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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