diff --git a/code/modules/cargo/bounties/science.dm b/code/modules/cargo/bounties/science.dm index e8f3472ade9..a2021ed2712 100644 --- a/code/modules/cargo/bounties/science.dm +++ b/code/modules/cargo/bounties/science.dm @@ -30,13 +30,6 @@ random_count = 1 wanted_types = list(/obj/item/reagent_containers/glass/beaker/noreact) -/datum/bounty/item/science/advanced_egun - name = "Advanced Energy Gun" - description = "With the price of rechargers on the rise, upper management is interested in purchasing guns that are self-powered. If you ship one, they'll pay." - reward_low = 6000 - reward_high = 7200 - wanted_types = list(/obj/item/gun/energy/gun/nuclear) - /datum/bounty/item/science/posibrain name = "Posibrain" description = "Due to a sudden spike in accidents management has decided to replace some of the staff with borgs. Ship us 2 posibrains." diff --git a/html/changelogs/Doxxmedearly - bountyleftover.yml b/html/changelogs/Doxxmedearly - bountyleftover.yml new file mode 100644 index 00000000000..d8257e172fb --- /dev/null +++ b/html/changelogs/Doxxmedearly - bountyleftover.yml @@ -0,0 +1,6 @@ +author: Doxxmedearly + +delete-after: True + +changes: + - tweak: "Removed the Advanced Energy Gun bounty, as it is not possible to obtain outside of antags or ERTs."