mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds new foods, fixed food bug and 1 food tweak (#18356)
* created a PR with a whole buncha stuff :D * Update recipes_breads.dm
This commit is contained in:
@@ -331,3 +331,10 @@
|
||||
icon_state = "wooden_platter"
|
||||
drop_sound = 'sound/items/drop/bottle.ogg'
|
||||
pickup_sound = 'sound/items/pickup/bottle.ogg'
|
||||
|
||||
/obj/item/trash/custard_bowl
|
||||
name = "custard bowl"
|
||||
desc = "It smells tasty... Wait, why are you smelling it? It's trash!"
|
||||
icon_state = "custard_bowl"
|
||||
drop_sound = 'sound/items/drop/glass.ogg'
|
||||
pickup_sound = 'sound/items/pickup/glass.ogg'
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
/obj/item/device/synthesized_instrument/violin = 0.1,
|
||||
/obj/item/device/synthesized_instrument/guitar = 1,
|
||||
/obj/item/device/synthesized_instrument/trumpet = 0.25,
|
||||
/obj/item/storage/box/fancy/food/pralinebox = 0.2
|
||||
/obj/item/storage/box/fancy/food/pralinebox = 0.1
|
||||
)
|
||||
|
||||
/obj/random/highvalue
|
||||
|
||||
Reference in New Issue
Block a user