Steal objective can now be cashed out early for less reward as soon as you place the bug on. Removes smuggling objective and adds a new 'Destroy Machinery' objective (#66771)

Steal objective can now be cashed out early for less reward, but completing the time in its entirety will give extra TC and reputation.
The smuggling objective has been removed and replaced with the 'Destroy Machinery' objective, which focuses on disrupting workflow by destroying stuff like protolathes, telecomms and research servers.
Made the easier steal objectives worth slightly less TC
This commit is contained in:
Watermelon914
2022-05-08 19:19:22 +01:00
committed by GitHub
parent c8ad935e0b
commit 37489698a1
7 changed files with 99 additions and 163 deletions
-20
View File
@@ -1,20 +0,0 @@
/datum/export/traitor/edagger
cost = CARGO_CRATE_VALUE * 5
unit_name = "low value contraband"
export_types = list(
/obj/item/pen/edagger/prototype
)
/datum/export/traitor/syringegun
cost = CARGO_CRATE_VALUE * 10
unit_name = "high value contraband"
export_types = list(
/obj/item/gun/syringe/syndicate/prototype
)
/datum/export/traitor/ritual_wine
cost = CARGO_CRATE_VALUE * 15
unit_name = "super high value contraband"
export_types = list(
/obj/item/reagent_containers/glass/bottle/ritual_wine
)