- File transfer improvements (switching the sub selection during transfer works, max transfer duration, waiting for transfers to finish before starting the round)
- Firesource changes (more particles with shorter lifetimes, combining bugfix) - StatusEffects can target hulls and always be active - Cyrillic character support - Saving server settings - Swapping items in inventory by dropping an item to a non-free slot
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
|
||||
<Body width="36" height="60" density="5"/>
|
||||
|
||||
<Holdable slots="RightHand+LeftHand" holdpos="30,-15" handle1="0,10" handle2="0,-10"/>
|
||||
<Holdable slots="RightHand+LeftHand" holdpos="30,-15" handle1="0,10" handle2="0,-10">
|
||||
<StatusEffect type="Always" target="Hull" oxygen="-50000.0"/>
|
||||
</Holdable>
|
||||
</Item>
|
||||
|
||||
<Item
|
||||
@@ -35,7 +37,7 @@
|
||||
<Body radius="20" height="20" density="5"/>
|
||||
|
||||
<Holdable slots="RightHand+LeftHand" holdpos="30,-15" handle1="0,10" handle2="0,-10">
|
||||
<StatusEffect type="OnActive">
|
||||
<StatusEffect type="Always">
|
||||
<Fire/>
|
||||
</StatusEffect>
|
||||
</Holdable>
|
||||
|
||||
Reference in New Issue
Block a user