Adds fibers to clothing and bags/boxes/etc. (#6912)

This commit is contained in:
Verkister
2023-09-03 18:52:30 +03:00
committed by GitHub
parent ba685295f2
commit fdd124ff20
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
)
w_class = ITEMSIZE_NORMAL
show_messages = 1
matter = list(MAT_FIBERS = 50) //CHOMPAdd
/// List of objects which this item can store (if set, it can't store anything else)
var/list/can_hold

View File

@@ -1,4 +1,5 @@
/obj/item/clothing
matter = list(MAT_FIBERS = 50)
var/update_icon_define_orig = null // temp storage for original update_icon_define (if it exists)
var/update_icon_define_digi = null
var/fit_for_digi = FALSE // flag for if clothing has already been reskinned to digitigrade