[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:
Trilbyspaceclone
2019-02-05 21:13:26 -05:00
committed by kevinz000
parent 1eff3dcdb5
commit 660703e713
2 changed files with 8 additions and 4 deletions
+3 -3
View File
@@ -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)
+5 -1
View File
@@ -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