Skip to content

Commit

Permalink
removes duplicates, removes O2, pipe painter and t scanner which are …
Browse files Browse the repository at this point in the history
…not used
  • Loading branch information
QuickLode committed Jun 19, 2024
1 parent e71eff1 commit 1760516
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions code/modules/clothing/suits/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@
allowed = list(
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/pipe_painter,
/obj/item/device/radio,
/obj/item/device/t_scanner,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
Expand All @@ -175,7 +173,6 @@

/obj/item/weapon/gun,
/obj/item/ammo_magazine,
/obj/item/ammo_casing,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
/obj/item/tool/lighter,
Expand All @@ -191,9 +188,6 @@
/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/device/taperecorder,
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
Expand Down Expand Up @@ -222,9 +216,7 @@
allowed = list(
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/pipe_painter,
/obj/item/device/radio,
/obj/item/device/t_scanner,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
Expand All @@ -236,7 +228,6 @@
/obj/item/tool/lighter,
/obj/item/weapon/baton,
/obj/item/ammo_magazine,
/obj/item/ammo_casing,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
/obj/item/device/binoculars,
Expand All @@ -249,9 +240,6 @@
/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/device/taperecorder,
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
Expand Down Expand Up @@ -288,9 +276,7 @@
allowed = list (
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/pipe_painter,
/obj/item/device/radio,
/obj/item/device/t_scanner,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
Expand All @@ -311,9 +297,6 @@

/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
Expand Down Expand Up @@ -350,9 +333,7 @@
allowed = list (
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/pipe_painter,
/obj/item/device/radio,
/obj/item/device/t_scanner,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
Expand All @@ -373,9 +354,6 @@

/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
Expand Down

0 comments on commit 1760516

Please sign in to comment.