mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fixes webbings utilising bluespace storage for infinite storage (again)
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
slot = "utility"
|
slot = "utility"
|
||||||
var/slots = 3
|
var/slots = 3
|
||||||
var/obj/item/weapon/storage/internal/hold
|
var/obj/item/weapon/storage/internal/hold
|
||||||
|
w_class = 3.0
|
||||||
|
|
||||||
/obj/item/clothing/accessory/storage/New()
|
/obj/item/clothing/accessory/storage/New()
|
||||||
..()
|
..()
|
||||||
@@ -48,7 +49,7 @@
|
|||||||
|
|
||||||
/obj/item/clothing/accessory/storage/webbing
|
/obj/item/clothing/accessory/storage/webbing
|
||||||
name = "webbing"
|
name = "webbing"
|
||||||
desc = "Strudy mess of synthcotton belts and buckles, ready to share your burden."
|
desc = "Sturdy mess of synthcotton belts and buckles, ready to share your burden."
|
||||||
icon_state = "webbing"
|
icon_state = "webbing"
|
||||||
item_color = "webbing"
|
item_color = "webbing"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user