From 00ddbce06ed108516c7eafa804aeb65d32c3c442 Mon Sep 17 00:00:00 2001 From: "ericgfwong@hotmail.com" Date: Sat, 15 Dec 2012 20:37:23 +0000 Subject: [PATCH] They're not referred to as cores any more... git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5334 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/objective.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index 10f78d37f54..f83d772e485 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -278,7 +278,7 @@ datum/objective/steal "the station blueprints" = /obj/item/blueprints, "a nasa voidsuit" = /obj/item/clothing/suit/space/nasavoid, "28 moles of plasma (full tank)" = /obj/item/weapon/tank, - "a slime core" = /obj/item/slime_core, + "a sample of slime extract" = /obj/item/slime_core, "a piece of corgi meat" = /obj/item/weapon/reagent_containers/food/snacks/meat/corgi, "a research director's jumpsuit" = /obj/item/clothing/under/rank/research_director, "a chief engineer's jumpsuit" = /obj/item/clothing/under/rank/chief_engineer,