Skip to content

Commit

Permalink
More small things that were annoying me
Browse files Browse the repository at this point in the history
Veggie rolls dont taste like potatoes, required ingredients consistent, removed unused sprite
  • Loading branch information
PatienceStPim committed Aug 23, 2024
1 parent a9c54b6 commit 24198aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/food/sushi.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
name = "vegetarian sushi roll"
desc = "A roll of simple vegetarian sushi with rice, carrots, and cabbage. Sliceable into pieces!"
icon_state = "vegetariansushiroll"
tastes = list("boiled rice" = 4, "carrots" = 2, "potato" = 2)
tastes = list("boiled rice" = 4, "carrots" = 2, "cabbage" = 2)
slice_type = /obj/item/food/sushi_slice/vegetarian

/obj/item/food/sushi_slice/vegetarian
name = "vegetarian sushi slice"
desc = "A roll of simple vegetarian sushi with rice, carrots, and cabbage."
icon_state = "vegetariansushislice"
tastes = list("boiled rice" = 4, "carrots" = 2, "potato" = 2)
tastes = list("boiled rice" = 4, "carrots" = 2, "cabbage" = 2)

/obj/item/food/sushi_roll/spicyfilet
name = "spicy filet sushi roll"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
reqs = list(
/obj/item/food/seaweed_sheet = 1,
/obj/item/food/salad/boiledrice = 1,
/obj/item/food/fishmeat = 1,
/obj/item/food/fishmeat/carp = 1,
/datum/reagent/consumable/soysauce = 2
)
result = /obj/item/food/nigiri_sushi
Expand Down
Binary file modified icons/obj/food/sushi.dmi
Binary file not shown.

0 comments on commit 24198aa

Please sign in to comment.