From 481760675fb41b32a4c53cfa4eb39b2a3848e704 Mon Sep 17 00:00:00 2001 From: William Wallace Date: Tue, 8 Oct 2019 21:50:30 +0100 Subject: [PATCH] chili and ice-chili botany bounties are no longer overriden by ghost chilis --- code/modules/cargo/bounties/botany.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/cargo/bounties/botany.dm b/code/modules/cargo/bounties/botany.dm index 76e4bcf252f..16bd501f319 100644 --- a/code/modules/cargo/bounties/botany.dm +++ b/code/modules/cargo/bounties/botany.dm @@ -98,12 +98,12 @@ name = "Chili Peppers" wanted_types = list(/obj/item/reagent_containers/food/snacks/grown/chili) -/datum/bounty/item/botany/chili +/datum/bounty/item/botany/ice_chili name = "Ice Chili Peppers" wanted_types = list(/obj/item/reagent_containers/food/snacks/grown/icepepper) multiplier = 2 -/datum/bounty/item/botany/chili +/datum/bounty/item/botany/ghost_chili name = "Ghost Chili Peppers" wanted_types = list(/obj/item/reagent_containers/food/snacks/grown/ghost_chili) multiplier = 2