Skip to content

Commit

Permalink
Fixes a TG mirror i accidentialy Broke (#1910)
Browse files Browse the repository at this point in the history
Mirror fix
  • Loading branch information
SomeRandomOwl authored and StealsThePRs committed Apr 10, 2024
1 parent 035b910 commit b873b9a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions code/modules/cargo/bounties/mining.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -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"
Expand Down

0 comments on commit b873b9a

Please sign in to comment.