mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Adds Tape Rolls to Tool Vendors (#11910)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user