Skip to content

Commit

Permalink
upgrade the webbing
Browse files Browse the repository at this point in the history
makes the webbing be able to hold more things to be more useful in the forecon survivor spawn (i literally copy pasted the allowed list of the hazard vests and they are way better than use a webbing wich can't be used to store a gun)
  • Loading branch information
Dorodomki committed Jul 20, 2023
1 parent bac88d3 commit 5f6282d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -276,15 +276,36 @@
desc = "Designed to be worn over a jumpsuit rather than clipped on."
icon_state = "webbing"
item_state = "webbing"
allowed = list(

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,
/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,
Expand Down

0 comments on commit 5f6282d

Please sign in to comment.