mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user