Fixes the bite sizes for the new k'ois food (#12330)

This commit is contained in:
desven
2021-08-16 01:23:35 -03:00
committed by GitHub
parent 89f00beeab
commit 6916806d10
2 changed files with 18 additions and 1 deletions
@@ -5163,6 +5163,7 @@
icon_state = "kois_steak"
filling_color = "#dcd9cd"
reagents_to_add = list(/decl/reagent/kois = 20, /decl/reagent/toxin/phoron = 15)
bitesize = 3
/obj/item/reagent_containers/food/snacks/donut/kois
name = "k'ois donut"
@@ -5171,6 +5172,7 @@
filling_color = "#dcd9cd"
overlay_state = "box-kois_donut"
reagents_to_add = list(/decl/reagent/kois = 15, /decl/reagent/toxin/phoron = 10)
bitesize = 3
/obj/item/reagent_containers/food/snacks/koismuffin
name = "k'ois muffin"
@@ -5178,10 +5180,12 @@
icon_state = "kois_muffin"
filling_color = "#dcd9cd"
reagents_to_add = list(/decl/reagent/kois = 10, /decl/reagent/toxin/phoron = 15)
bitesize = 2
/obj/item/reagent_containers/food/snacks/koisburger
name = "k'ois burger"
desc = "K'ois inside k'ois. Peak Vaurcesian cuisine."
icon_state = "kois_burger"
filling_color = "#dcd9cd"
reagents_to_add = list(/decl/reagent/kois = 20, /decl/reagent/toxin/phoron = 20)
reagents_to_add = list(/decl/reagent/kois = 20, /decl/reagent/toxin/phoron = 20)
bitesize = 2