From ce9ae7d51cfce851d10893367dc36db3ff4eac75 Mon Sep 17 00:00:00 2001 From: Militaires Date: Wed, 20 Mar 2019 08:12:20 +0200 Subject: [PATCH] Fix certain alien organs (eyes, tongue, liver) not registering for organ bounty (#43185) --- code/modules/cargo/bounties/special.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/bounties/special.dm b/code/modules/cargo/bounties/special.dm index 7251c1e54a6..cbbf36c6710 100644 --- a/code/modules/cargo/bounties/special.dm +++ b/code/modules/cargo/bounties/special.dm @@ -3,7 +3,7 @@ description = "Nanotrasen is interested in studying Xenomorph biology. Ship a set of organs to be thoroughly compensated." reward = 25000 required_count = 3 - wanted_types = list(/obj/item/organ/brain/alien, /obj/item/organ/alien, /obj/item/organ/body_egg/alien_embryo) + wanted_types = list(/obj/item/organ/brain/alien, /obj/item/organ/alien, /obj/item/organ/body_egg/alien_embryo, /obj/item/organ/liver/alien, /obj/item/organ/tongue/alien, /obj/item/organ/eyes/night_vision/alien) /datum/bounty/item/syndicate_documents name = "Syndicate Documents"