mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Security belts tweak (#26754)
* Tweaking sec belts * Update code/game/objects/items/weapons/storage/belt.dm Signed-off-by: Sean <12197162+S34NW@users.noreply.github.com> --------- Signed-off-by: Sean <12197162+S34NW@users.noreply.github.com> Co-authored-by: Sean <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
@@ -19,9 +19,10 @@
|
||||
item_state = "judo"
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
storage_slots = 3
|
||||
max_combined_w_class = 6
|
||||
max_combined_w_class = 7
|
||||
var/datum/martial_art/judo/style
|
||||
can_hold = list(
|
||||
/obj/item/radio,
|
||||
/obj/item/grenade/flashbang,
|
||||
/obj/item/grenade/chem_grenade/teargas,
|
||||
/obj/item/reagent_containers/spray/pepper,
|
||||
|
||||
Reference in New Issue
Block a user