From b873b9a5f381632df735eab57eb066d4297d332b Mon Sep 17 00:00:00 2001 From: SomeRandomOwl <2568378+SomeRandomOwl@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:19:43 -0500 Subject: [PATCH] Fixes a TG mirror i accidentialy Broke (#1910) Mirror fix --- code/modules/cargo/bounties/mining.dm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/code/modules/cargo/bounties/mining.dm b/code/modules/cargo/bounties/mining.dm index 00e842fece2..0ec4c01b34e 100644 --- a/code/modules/cargo/bounties/mining.dm +++ b/code/modules/cargo/bounties/mining.dm @@ -47,9 +47,6 @@ required_count = 3 wanted_types = list(/obj/item/clothing/accessory/talisman = TRUE) -//NOVA EDIT REMOVAL -/* - /datum/bounty/item/mining/watcher_wreath name = "Watcher Wreaths" description = "Station 14's Research Director thinks they're onto a break-through on the cultural icons of some pagan beliefs. Ship them a few watcher wreaths for analysis." @@ -63,15 +60,17 @@ reward = CARGO_CRATE_VALUE * 30 required_count = 1 wanted_types = list(/obj/item/clothing/neck/wreath/icewing = FALSE) -*/ -//END NOVA EDIT REMOVAL +//NOVA EDIT REMOVAL +/* /datum/bounty/item/mining/bone_dagger name = "Bone Daggers" description = "Central Command's canteen is undergoing budget cuts. Ship over some bone daggers so our chef can keep working." reward = CARGO_CRATE_VALUE * 10 required_count = 3 wanted_types = list(/obj/item/knife/combat/bone = TRUE) +*/ +//END NOVA EDIT REMOVAL /datum/bounty/item/mining/polypore_mushroom name = "Mushroom Bowl"