Adds Tape Rolls to Tool Vendors (#11910)

This commit is contained in:
WickedCybs
2021-05-21 17:17:12 +02:00
committed by GitHub
parent b984d2b0f7
commit 03eec7e8fe
2 changed files with 10 additions and 2 deletions
+4 -2
View File
@@ -906,7 +906,8 @@
/obj/item/wrench = 5,
/obj/item/device/analyzer = 5,
/obj/item/device/t_scanner = 5,
/obj/item/screwdriver = 5
/obj/item/screwdriver = 5,
/obj/item/tape_roll = 3
)
contraband = list(
/obj/item/weldingtool/hugetank = 2,
@@ -1036,7 +1037,8 @@
/obj/item/stock_parts/micro_laser = 5,
/obj/item/stock_parts/matter_bin = 5,
/obj/item/stock_parts/manipulator = 5,
/obj/item/stock_parts/console_screen = 5
/obj/item/stock_parts/console_screen = 5,
/obj/item/tape_roll = 5
)
// There was an incorrect entry (cablecoil/power). I improvised to cablecoil/heavyduty.
// Another invalid entry, /obj/item/circuitry. I don't even know what that would translate to, removed it.
+6
View File
@@ -0,0 +1,6 @@
author: WickedCybs
delete-after: True
changes:
- tweak: "NT has finally found some credits in the budget to get duct tape to the tool vendors."