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,