From 89a5b512b3313fcb23cd5519b4e5d6932d4c2f87 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Fri, 6 Jan 2017 05:01:54 -0800 Subject: [PATCH] Fixes typos in cult structures --- code/game/gamemodes/cult/cult_structures.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/game/gamemodes/cult/cult_structures.dm b/code/game/gamemodes/cult/cult_structures.dm index ceddb9b85af..72b5bfa292b 100644 --- a/code/game/gamemodes/cult/cult_structures.dm +++ b/code/game/gamemodes/cult/cult_structures.dm @@ -97,7 +97,7 @@ health = 150 //Sturdy death_message = "The altar breaks into splinters, releasing a cascade of spirits into the air!" death_sound = 'sound/effects/altar_break.ogg' - heathen_message = "There is a forboding aura to the alter and you want nothing to do with it." + heathen_message = "There is a foreboding aura to the altar and you want nothing to do with it." selection_prompt = "You study the rituals on the altar..." selection_title = "Altar" creation_message = "You kneel before the altar and your faith is rewarded with an %ITEM%!" @@ -111,10 +111,10 @@ health = 300 //Made of metal death_message = "The forge falls apart, its lava cooling and winking away!" death_sound = 'sound/effects/forge_destroy.ogg' - heathen_message = "Your hand feels like its melting off as you try to touch the forge." + heathen_message = "Your hand feels like it's melting off as you try to touch the forge." selection_prompt = "You study the schematics etched on the forge..." selection_title = "Forge" - creation_message = "You work the forge as dark knowledge guides your hands, creating %ITEM%!" + creation_message = "You work the forge as dark knowledge guides your hands, creating %ITEM%!" choosable_items = list("Shielded Robe" = /obj/item/clothing/suit/hooded/cultrobes/cult_shield, "Flagellant's Robe" = /obj/item/clothing/suit/hooded/cultrobes/berserker, \ "Cultist Hardsuit" = /obj/item/weapon/storage/box/cult) @@ -267,4 +267,4 @@ var/list/blacklisted_pylon_turfs = typecacheof(list( ..() new /obj/item/clothing/suit/space/cult(src) new /obj/item/clothing/head/helmet/space/cult(src) - return \ No newline at end of file + return