From 38a3fa555fe4be2e9877d928d03ea197ecd6f067 Mon Sep 17 00:00:00 2001 From: Dorodomki Date: Wed, 26 Jul 2023 20:34:16 -0300 Subject: [PATCH] Revert "upgrade the webbing" This reverts commit 5f6282dbfac92c63ab86914c926c6aaa3014164f. --- code/modules/clothing/suits/miscellaneous.dm | 23 +------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 0af90c0fd732..c51f5f2575ed 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -276,36 +276,15 @@ desc = "Designed to be worn over a jumpsuit rather than clipped on." icon_state = "webbing" item_state = "webbing" - - 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, - /obj/item/tool/wirecutters, - /obj/item/tool/wrench, - /obj/item/clothing/mask/gas, - - /obj/item/weapon/gun, - /obj/item/storage/fancy/cigarettes, - /obj/item/tool/lighter, + allowed = list( /obj/item/weapon/baton, /obj/item/handcuffs, /obj/item/device/binoculars, /obj/item/attachable/bayonet, - /obj/item/storage/belt/gun/m4a3, - /obj/item/storage/belt/gun/m44, - /obj/item/storage/belt/gun/mateba, - /obj/item/storage/belt/gun/smartpistol, /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/tool/pen,