mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-2025-11-12
This commit is contained in:
@@ -311,6 +311,16 @@
|
||||
. = ..()
|
||||
set_holdable(/obj/item/melee/parsnip_sabre)
|
||||
|
||||
/datum/storage/gladius_belt
|
||||
max_slots = 1
|
||||
do_rustle = FALSE
|
||||
max_specific_storage = WEIGHT_CLASS_BULKY
|
||||
click_alt_open = FALSE
|
||||
|
||||
/datum/storage/gladius_belt/New(atom/parent, max_slots, max_specific_storage, max_total_storage, rustle_sound, remove_rustle_sound)
|
||||
. = ..()
|
||||
set_holdable(/obj/item/claymore/gladius)
|
||||
|
||||
///Plant belt
|
||||
/datum/storage/plant_belt
|
||||
max_slots = 6
|
||||
|
||||
Reference in New Issue
Block a user