mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Fixes k'ois bite sizes for real (#12629)
This commit is contained in:
@@ -3892,7 +3892,7 @@
|
||||
desc = "K'ois, freshly bathed in the radiation of a microwave."
|
||||
icon_state = "friedkois"
|
||||
filling_color = "#E6E600"
|
||||
bitesize = 3
|
||||
bitesize = 5
|
||||
reagents_to_add = list(/decl/reagent/kois = 6, /decl/reagent/toxin/phoron = 9)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/friedkois/attackby(obj/item/W as obj, mob/user as mob)
|
||||
@@ -3952,7 +3952,7 @@
|
||||
desc = "A thick K'ois goop, piled into a bowl."
|
||||
icon_state = "koissoup"
|
||||
filling_color = "#4E6E600"
|
||||
bitesize = 2
|
||||
bitesize = 6
|
||||
|
||||
reagents_to_add = list(/decl/reagent/kois = 15, /decl/reagent/toxin/phoron = 15)
|
||||
|
||||
@@ -3963,7 +3963,7 @@
|
||||
trash = /obj/item/trash/waffles
|
||||
drop_sound = /decl/sound_category/tray_hit_sound
|
||||
filling_color = "#E6E600"
|
||||
bitesize = 5
|
||||
bitesize = 8
|
||||
reagents_to_add = list(/decl/reagent/kois = 25, /decl/reagent/toxin/phoron = 15)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/koisjelly
|
||||
@@ -3971,7 +3971,7 @@
|
||||
desc = "Enriched K'ois paste, filled to the brim with the good stuff."
|
||||
icon_state = "koisjelly"
|
||||
filling_color = "#E6E600"
|
||||
bitesize = 5
|
||||
bitesize = 10
|
||||
reagents_to_add = list(/decl/reagent/kois = 25, /decl/reagent/oculine = 20, /decl/reagent/toxin/phoron = 25)
|
||||
|
||||
//unathi snacks - sprites by Araskael
|
||||
@@ -5195,7 +5195,7 @@
|
||||
icon_state = "kois_steak"
|
||||
filling_color = "#dcd9cd"
|
||||
reagents_to_add = list(/decl/reagent/kois = 20, /decl/reagent/toxin/phoron = 15)
|
||||
bitesize = 3
|
||||
bitesize = 7
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/donut/kois
|
||||
name = "k'ois donut"
|
||||
@@ -5204,7 +5204,7 @@
|
||||
filling_color = "#dcd9cd"
|
||||
overlay_state = "box-kois_donut"
|
||||
reagents_to_add = list(/decl/reagent/kois = 15, /decl/reagent/toxin/phoron = 10)
|
||||
bitesize = 3
|
||||
bitesize = 5
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/koismuffin
|
||||
name = "k'ois muffin"
|
||||
@@ -5212,7 +5212,7 @@
|
||||
icon_state = "kois_muffin"
|
||||
filling_color = "#dcd9cd"
|
||||
reagents_to_add = list(/decl/reagent/kois = 10, /decl/reagent/toxin/phoron = 15)
|
||||
bitesize = 2
|
||||
bitesize = 5
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/koisburger
|
||||
name = "k'ois burger"
|
||||
@@ -5220,7 +5220,7 @@
|
||||
icon_state = "kois_burger"
|
||||
filling_color = "#dcd9cd"
|
||||
reagents_to_add = list(/decl/reagent/kois = 20, /decl/reagent/toxin/phoron = 20)
|
||||
bitesize = 2
|
||||
bitesize = 8
|
||||
|
||||
/obj/item/storage/box/fancy/vkrexitaffy
|
||||
name = "V'krexi Snax"
|
||||
|
||||
Reference in New Issue
Block a user