Quick box size + capacity fix (no more boxed hardsuits) (#6843)

This commit is contained in:
Peptide90
2022-02-22 05:01:31 +00:00
committed by GitHub
parent 408cbf47ab
commit 4ca57ca474
6 changed files with 4 additions and 35 deletions

View File

@@ -7,11 +7,6 @@
- type: Sprite - type: Sprite
layers: layers:
- state: box - state: box
- type: Item
size: 20
- type: Storage
capacity: 20
size: 20
- type: entity - type: entity
name: lightbulb box name: lightbulb box
@@ -148,9 +143,6 @@
layers: layers:
- state: box - state: box
- state: writing - state: writing
- type: Storage
capacity: 30
size: 30
- type: entity - type: entity
name: box of hugs name: box of hugs
@@ -168,9 +160,6 @@
contents: contents:
- id: Brutepack - id: Brutepack
amount: 6 amount: 6
- type: Storage
capacity: 30
size: 30
- type: entity - type: entity
name: inflatable wall box name: inflatable wall box

View File

@@ -12,10 +12,6 @@
layers: layers:
- state: box - state: box
- state: syringe - state: syringe
- type: Item
size: 30
- type: Storage
capacity: 30
- type: entity - type: entity
name: pill canister box name: pill canister box
@@ -31,10 +27,6 @@
layers: layers:
- state: box - state: box
- state: pillbox - state: pillbox
- type: Item
size: 30
- type: Storage
capacity: 30
- type: entity - type: entity
name: sterile box name: sterile box
@@ -76,10 +68,6 @@
contents: contents:
- id: BodyBag_Folded - id: BodyBag_Folded
amount: 5 amount: 5
- type: Item
size: 30
- type: Storage
capacity: 30
- type: Sprite - type: Sprite
layers: layers:
- state: box - state: box

View File

@@ -14,7 +14,3 @@
layers: layers:
- state: box - state: box
- state: beaker - state: beaker
- type: Item
size: 30
- type: Storage
capacity: 30

View File

@@ -71,8 +71,6 @@
- type: Sprite - type: Sprite
layers: layers:
- state: box_beanbag - state: box_beanbag
- type: Storage
capacity: 30
- type: entity - type: entity
name: box of lethal shots name: box of lethal shots
@@ -87,5 +85,3 @@
- type: Sprite - type: Sprite
layers: layers:
- state: box_lethalshot - state: box_lethalshot
- type: Storage
capacity: 30

View File

@@ -21,7 +21,7 @@
- type: TemperatureProtection - type: TemperatureProtection
coefficient: 0.001 # yes it needs to be this low, fires are fucking deadly apparently!!!! coefficient: 0.001 # yes it needs to be this low, fires are fucking deadly apparently!!!!
- type: Clothing - type: Clothing
size: 25 size: 50
- type: Armor - type: Armor
modifiers: modifiers:
coefficients: coefficients:

View File

@@ -8,7 +8,7 @@
sprite: Objects/Storage/boxes.rsi sprite: Objects/Storage/boxes.rsi
- type: Item - type: Item
sprite: Objects/Storage/boxes.rsi sprite: Objects/Storage/boxes.rsi
size: 9999 size: 31
- type: Storage - type: Storage
capacity: 60 capacity: 30
size: 9999 size: 10