Quick box size + capacity fix (no more boxed hardsuits) (#6843)
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box
|
||||
- type: Item
|
||||
size: 20
|
||||
- type: Storage
|
||||
capacity: 20
|
||||
size: 20
|
||||
|
||||
- type: entity
|
||||
name: lightbulb box
|
||||
@@ -148,9 +143,6 @@
|
||||
layers:
|
||||
- state: box
|
||||
- state: writing
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
size: 30
|
||||
|
||||
- type: entity
|
||||
name: box of hugs
|
||||
@@ -168,9 +160,6 @@
|
||||
contents:
|
||||
- id: Brutepack
|
||||
amount: 6
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
size: 30
|
||||
|
||||
- type: entity
|
||||
name: inflatable wall box
|
||||
|
||||
@@ -12,10 +12,6 @@
|
||||
layers:
|
||||
- state: box
|
||||
- state: syringe
|
||||
- type: Item
|
||||
size: 30
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
- type: entity
|
||||
name: pill canister box
|
||||
@@ -31,10 +27,6 @@
|
||||
layers:
|
||||
- state: box
|
||||
- state: pillbox
|
||||
- type: Item
|
||||
size: 30
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
- type: entity
|
||||
name: sterile box
|
||||
@@ -76,10 +68,6 @@
|
||||
contents:
|
||||
- id: BodyBag_Folded
|
||||
amount: 5
|
||||
- type: Item
|
||||
size: 30
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box
|
||||
|
||||
@@ -14,7 +14,3 @@
|
||||
layers:
|
||||
- state: box
|
||||
- state: beaker
|
||||
- type: Item
|
||||
size: 30
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
@@ -71,8 +71,6 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box_beanbag
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
- type: entity
|
||||
name: box of lethal shots
|
||||
@@ -87,5 +85,3 @@
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box_lethalshot
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
- type: TemperatureProtection
|
||||
coefficient: 0.001 # yes it needs to be this low, fires are fucking deadly apparently!!!!
|
||||
- type: Clothing
|
||||
size: 25
|
||||
size: 50
|
||||
- type: Armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
sprite: Objects/Storage/boxes.rsi
|
||||
- type: Item
|
||||
sprite: Objects/Storage/boxes.rsi
|
||||
size: 9999
|
||||
size: 31
|
||||
- type: Storage
|
||||
capacity: 60
|
||||
size: 9999
|
||||
capacity: 30
|
||||
size: 10
|
||||
|
||||
Reference in New Issue
Block a user