From 56382b16aeaa48f7c269def29ca994fad9d37d92 Mon Sep 17 00:00:00 2001 From: robbertapir <102324362+robbertapir@users.noreply.github.com> Date: Tue, 19 Apr 2022 23:45:39 +0200 Subject: [PATCH] Fixes the spelling of colossal (#66259) Co-authored-by: robbertapir --- code/datums/components/crafting/recipes.dm | 2 +- .../mapfluff/ruins/lavalandruin_code/elephantgraveyard.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/components/crafting/recipes.dm b/code/datums/components/crafting/recipes.dm index 83a6e40a710..52ea84c1abe 100644 --- a/code/datums/components/crafting/recipes.dm +++ b/code/datums/components/crafting/recipes.dm @@ -1109,7 +1109,7 @@ tool_behaviors = list(TOOL_WRENCH, TOOL_WELDER, TOOL_WIRECUTTER) /datum/crafting_recipe/rib - name = "Collosal Rib" + name = "Colossal Rib" always_available = FALSE reqs = list( /obj/item/stack/sheet/bone = 10, diff --git a/code/modules/mapfluff/ruins/lavalandruin_code/elephantgraveyard.dm b/code/modules/mapfluff/ruins/lavalandruin_code/elephantgraveyard.dm index 88a6560770d..59839aeb9d9 100644 --- a/code/modules/mapfluff/ruins/lavalandruin_code/elephantgraveyard.dm +++ b/code/modules/mapfluff/ruins/lavalandruin_code/elephantgraveyard.dm @@ -10,14 +10,14 @@ abstract_type = /obj/structure/statue/bone /obj/structure/statue/bone/rib - name = "collosal rib" + name = "colossal rib" desc = "It's staggering to think that something this big could have lived, let alone died." custom_materials = list(/datum/material/bone=MINERAL_MATERIAL_AMOUNT*4) icon = 'icons/obj/statuelarge.dmi' icon_state = "rib" /obj/structure/statue/bone/skull - name = "collosal skull" + name = "colossal skull" desc = "The gaping maw of a dead, titanic monster." custom_materials = list(/datum/material/bone=MINERAL_MATERIAL_AMOUNT*12) icon = 'icons/obj/statuelarge.dmi'