diff --git a/code/modules/crafting/recipes.dm b/code/modules/crafting/recipes.dm index 28a8d779ecd..ed075f03cea 100644 --- a/code/modules/crafting/recipes.dm +++ b/code/modules/crafting/recipes.dm @@ -34,7 +34,7 @@ subcategory = CAT_WEAPON /datum/crafting_recipe/lance - name = "explosive lance (grenade)" + name = "Explosive Lance (Grenade)" result = /obj/item/twohanded/spear reqs = list(/obj/item/twohanded/spear = 1, /obj/item/grenade = 1) @@ -45,7 +45,7 @@ subcategory = CAT_WEAPON /datum/crafting_recipe/strobeshield - name = "strobe shield" + name = "Strobe Shield" result = /obj/item/device/assembly/flash/shield reqs = list(/obj/item/wallframe/flasher = 1, /obj/item/device/assembly/flash/handheld = 1, @@ -441,7 +441,7 @@ subcategory = CAT_WEAPON /datum/crafting_recipe/chemical_payload2 - name = "Chemical Payload (gibtonite)" + name = "Chemical Payload (Gibtonite)" result = /obj/item/bombcore/chemical reqs = list( /obj/item/stock_parts/matter_bin = 1, @@ -510,7 +510,7 @@ category = CAT_PRIMAL /datum/crafting_recipe/gold_horn - name = "Golden bike horn" + name = "Golden Bike Horn" result = /obj/item/bikehorn/golden time = 20 reqs = list(/obj/item/stack/sheet/mineral/bananium = 5, diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_egg.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_egg.dm index acb9b31d2e0..6d495d1c795 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_egg.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_egg.dm @@ -14,7 +14,7 @@ subcategory = CAT_EGG /datum/crafting_recipe/food/omelette - name = "omelette" + name = "Omelette" reqs = list( /obj/item/reagent_containers/food/snacks/egg = 2, /obj/item/reagent_containers/food/snacks/cheesewedge = 2 diff --git a/code/modules/vehicles/lavaboat.dm b/code/modules/vehicles/lavaboat.dm index 020a17fb04a..ce33338ddc6 100644 --- a/code/modules/vehicles/lavaboat.dm +++ b/code/modules/vehicles/lavaboat.dm @@ -28,14 +28,14 @@ resistance_flags = LAVA_PROOF | FIRE_PROOF /datum/crafting_recipe/oar - name = "goliath bone oar" + name = "Goliath Bone Oar" result = /obj/item/oar reqs = list(/obj/item/stack/sheet/bone = 2) time = 15 category = CAT_PRIMAL /datum/crafting_recipe/boat - name = "goliath hide boat" + name = "Goliath Hide Boat" result = /obj/vehicle/ridden/lavaboat reqs = list(/obj/item/stack/sheet/animalhide/goliath_hide = 3) time = 50