From c549e83ca33393e733a075202d9bbe1cb12a0691 Mon Sep 17 00:00:00 2001 From: Dax Dupont Date: Sat, 14 Oct 2017 19:25:35 +0200 Subject: [PATCH] Forgot to git add one of the files --- code/modules/mining/lavaland/necropolis_chests.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index 7884dcec756..fbcd418f4cf 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -132,7 +132,7 @@ /datum/design/unique_modkit/bounty name = "Kinetic Accelerator Death Syphon Mod" - desc = "A device which causes kinetic accelerators to permenantly gain damage against creature types killed with it." + desc = "A device which causes kinetic accelerators to permanently gain damage against creature types killed with it." id = "bountymod" materials = list(MAT_METAL = 4000, MAT_SILVER = 4000, MAT_GOLD = 4000, MAT_BLUESPACE = 4000) reagents_list = list("blood" = 40)