Fixed explosives not detonating inside railgun shells. Closes #400
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
<Body width="87" height="18" density="30"/>
|
||||
|
||||
<Holdable slots="RightHand+LeftHand" holdpos="0,-50" handle1="-10,0" handle2="10,0" aimable="false"/>
|
||||
|
||||
|
||||
<Projectile characterusable="false" launchimpulse="80.0">
|
||||
<Attack damage="100" bleedingdamage="10" structuredamage="200" damagetype="Blunt" severlimbsprobability="1.0"/>
|
||||
|
||||
@@ -94,7 +94,9 @@
|
||||
<ParticleEmitter particle="bubbles" anglemin="0" anglemax="360" particleamount="10" velocitymin="0" velocitymax="50" scalemin="2" scalemax="5"/>
|
||||
</StatusEffect>
|
||||
|
||||
<StatusEffect type="OnImpact" target="Contained" Condition="-100.0"/>
|
||||
<StatusEffect type="OnImpact" target="Contained">
|
||||
<Use/>
|
||||
</StatusEffect>
|
||||
</Projectile>
|
||||
|
||||
<ItemContainer hideitems="true" capacity="1" canbeselected = "true">
|
||||
|
||||
Reference in New Issue
Block a user