MoghesEats (Adds 12 new food dishes to the game of varying origins) (#19588)

-Adds 12 new food dishes to the game (4 Unathi dishes, 2 Galatean, 1
Tretian, 5 misc.) including some requested dishes such as unathi
desserts and fettucini alfredo. Expands the use of Nakarka
-fixes bug where konaqu wasn't displaying right in the codex
-fixes phrasing on nakarka cheese wheels to be more in line with how
Vaucra talk
-fixes incorrectly named muffin types

---------

Signed-off-by: tomixcomics <tomi.lifelesslosers@gmail.com>
Co-authored-by: Pirouette <57296132+listerla@users.noreply.github.com>
This commit is contained in:
tomixcomics
2024-07-20 10:37:01 +00:00
committed by GitHub
co-authored by Pirouette
parent a828496e94
commit c5b6e2ceb3
27 changed files with 409 additions and 5 deletions
+8 -1
View File
@@ -302,7 +302,7 @@
pickup_sound = 'sound/items/pickup/glass.ogg'
/obj/item/trash/bluemoon
name = "empty blue moon"
name = "empty dessert glass"
icon_state = "bluemoon"
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'
@@ -406,3 +406,10 @@
icon_state = "small_bowl"
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'
/obj/item/trash/bowl_brown
name = "terracotta bowl"
desc = "A brown bowl made of clay. Good for, uh, bowl... ing."
icon_state = "bowl_brown"
drop_sound = 'sound/items/drop/glass.ogg'
pickup_sound = 'sound/items/pickup/glass.ogg'