mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Tools now fit in all versions of the military belt (#23428)
* Tools now fit in all milbelts * comments * consistency Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -378,6 +378,15 @@
|
||||
max_w_class = WEIGHT_CLASS_SMALL
|
||||
max_combined_w_class = 18
|
||||
resistance_flags = FIRE_PROOF
|
||||
use_item_overlays = TRUE // Will show the tools on the sprite
|
||||
w_class_override = list(
|
||||
/obj/item/crowbar,
|
||||
/obj/item/screwdriver,
|
||||
/obj/item/weldingtool,
|
||||
/obj/item/wirecutters,
|
||||
/obj/item/wrench,
|
||||
/obj/item/multitool
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/military/sst
|
||||
icon_state = "assaultbelt"
|
||||
@@ -388,16 +397,7 @@
|
||||
desc = "Can hold various tools. This model seems to have additional compartments and folds up rather nicely into a bag."
|
||||
icon_state = "utilitybelt"
|
||||
item_state = "utility"
|
||||
use_item_overlays = TRUE // So it will still show tools in it in case sec get lazy and just glance at it.
|
||||
storable = TRUE
|
||||
w_class_override = list(
|
||||
/obj/item/crowbar,
|
||||
/obj/item/screwdriver,
|
||||
/obj/item/weldingtool,
|
||||
/obj/item/wirecutters,
|
||||
/obj/item/wrench,
|
||||
/obj/item/multitool
|
||||
)
|
||||
|
||||
/obj/item/storage/belt/military/traitor/hacker/populate_contents()
|
||||
new /obj/item/screwdriver(src, "red")
|
||||
|
||||
Reference in New Issue
Block a user