[Ready] Fixes price of Paperwork and makes the not have 2 spare pens (#7969)
* Update manifest.dm * Blacklists * Removes cardboard * Forgot the comma * : /
This commit is contained in:
committed by
kevinz000
parent
1eff3dcdb5
commit
660703e713
@@ -80,13 +80,13 @@
|
||||
// Paper work done correctly
|
||||
|
||||
/datum/export/paperwork_correct
|
||||
cost = -50
|
||||
cost = 50
|
||||
unit_name = "correct paperwork"
|
||||
export_types = list(/obj/item/paper/fluff/jobs/cargo/manifest/paperwork_correct)
|
||||
|
||||
// Paper work retruned
|
||||
// Paper work not done retruned
|
||||
|
||||
/datum/export/paperwork_incorrect
|
||||
cost = 500 // Failed to meet NT standers
|
||||
cost = -500 // Failed to meet NT standers
|
||||
unit_name = "returned incorrect paperwork"
|
||||
export_types = list(/obj/item/paper/fluff/jobs/cargo/manifest/paperwork)
|
||||
|
||||
@@ -2601,7 +2601,11 @@
|
||||
/obj/item/paper/fluff/jobs/cargo/manifest/paperwork,
|
||||
/obj/item/paper/fluff/jobs/cargo/manifest/paperwork,
|
||||
/obj/item/paper/fluff/jobs/cargo/manifest/paperwork,
|
||||
/obj/item/storage/box/fountainpens) // Two spare pens just in case
|
||||
/obj/item/pen/fountain,
|
||||
/obj/item/pen/fountain,
|
||||
/obj/item/pen/fountain,
|
||||
/obj/item/pen/fountain,
|
||||
/obj/item/pen/fountain)
|
||||
crate_name = "Paperwork"
|
||||
|
||||
/datum/supply_pack/misc/toner
|
||||
|
||||
Reference in New Issue
Block a user