mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 22:47:02 +01:00
Belts & Trashbags (#7443)
requires #6644 Entirely replaces how (most) belts perform insertion checks. This pretty much allows belts to hold most things. Armor vests are next. Trashbags will also use the systems we use on main. Closes #7256 and #7435 --------- Co-authored-by: silicons <silicons@silicons.dev>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
materials_base = list(MAT_STEEL = 3750)
|
||||
worth_intrinsic = 75
|
||||
suit_storage_class = SUIT_STORAGE_CLASS_HARDWEAR
|
||||
belt_storage_class = BELT_CLASS_LARGE
|
||||
var/digspeed = 40 //moving the delay to an item var so R&D can make improved picks. --NEO
|
||||
var/sand_dig = FALSE
|
||||
origin_tech = list(TECH_MATERIAL = 1, TECH_ENGINEERING = 1)
|
||||
|
||||
Reference in New Issue
Block a user