mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
typos
This commit is contained in:
@@ -27,12 +27,3 @@
|
||||
icon_state = "ge_helmcent"
|
||||
icon = 'icons/obj/clothing/hats_vr.dmi'
|
||||
icon_override = 'icons/mob/head_vr.dmi'
|
||||
|
||||
/obj/item/clothing/head/helmet/fish
|
||||
name = "fish skull"
|
||||
desc = "You... you're not actually going to wear that, right?"
|
||||
icon_state = "fishskull"
|
||||
icon = 'icons/obj/clothing/hats_vr.dmi'
|
||||
icon_override = 'icons/mob/head_vr.dmi'
|
||||
flags_inv = HIDEEARS|BLOCKHAIR
|
||||
item_state_slots = list(slot_r_hand_str = "fishk", slot_l_hand_str = "fisk")
|
||||
@@ -0,0 +1,7 @@
|
||||
/obj/item/clothing/head/helmet/fish
|
||||
name = "fish skull"
|
||||
desc = "You... you're not actually going to wear that, right?"
|
||||
icon_state = "fishskull"
|
||||
icon = 'icons/obj/clothing/hats_vr.dmi'
|
||||
icon_override = 'icons/mob/head_vr.dmi'
|
||||
flags_inv = HIDEEARS|BLOCKHAIR
|
||||
@@ -348,9 +348,9 @@
|
||||
desc = "it's a fillet sliced from a monkfish."
|
||||
icon = 'icons/obj/food_vr.dmi'
|
||||
icon_state = "monkfish_fillet"
|
||||
nutriment_amt = 0.5
|
||||
nutriment_amt = 5
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cuttlefishcooked/Initialize()
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkfishfillet/Initialize()
|
||||
..()
|
||||
bitesize = 3
|
||||
reagents.add_reagent("protein", 1)
|
||||
@@ -364,7 +364,7 @@
|
||||
nutriment_desc = list("fish" = 3, "oil" = 1, "sweet chili" = 3, "spring onion" = 2)
|
||||
trash = /obj/item/trash/fancyplate
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cuttlefishcooked/Initialize()
|
||||
/obj/item/weapon/reagent_containers/food/snacks/monkfishcooked/Initialize()
|
||||
..()
|
||||
bitesize = 4
|
||||
reagents.add_reagent("protein", 5)
|
||||
|
||||
Reference in New Issue
Block a user