Fixed Scorpion + Fixed chat when controlling monsters + Shameless plug ;)
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
<ragdoll waveamplitude="50.0" wavelength="2500" speed="1.5">
|
<ragdoll waveamplitude="50.0" wavelength="2500" speed="1.5">
|
||||||
|
|
||||||
|
<collider width="45" radius="22"/>
|
||||||
|
|
||||||
<!-- head -->
|
<!-- head -->
|
||||||
<limb id = "0" radius="37" height="81" mass="6" type="Head" steerforce="1.0">
|
<limb id = "0" radius="37" height="81" mass="6" type="Head" steerforce="1.0">
|
||||||
<sprite texture="Content/Characters/Scorpion/scorpion.png" sourcerect="11,12,74,155" depth="0.02"/>
|
<sprite texture="Content/Characters/Scorpion/scorpion.png" sourcerect="11,12,74,155" depth="0.02"/>
|
||||||
|
|||||||
@@ -243,6 +243,7 @@ namespace Barotrauma.Networking
|
|||||||
if (radio == null || !sender.HasEquippedItem(radio)) return false;
|
if (radio == null || !sender.HasEquippedItem(radio)) return false;
|
||||||
|
|
||||||
var radioComponent = radio.GetComponent<WifiComponent>();
|
var radioComponent = radio.GetComponent<WifiComponent>();
|
||||||
|
if (radioComponent == null) return false;
|
||||||
return radioComponent.HasRequiredContainedItems(false);
|
return radioComponent.HasRequiredContainedItems(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -47,6 +47,7 @@ Credits:
|
|||||||
Programming, graphics, sounds, game design - Joonas Rikkonen ("Regalis")
|
Programming, graphics, sounds, game design - Joonas Rikkonen ("Regalis")
|
||||||
Graphics - James Bear ("Moonsaber99")
|
Graphics - James Bear ("Moonsaber99")
|
||||||
Programming - Sebastian Broberg
|
Programming - Sebastian Broberg
|
||||||
|
Programming - Juan Pablo Arce ("juanjp600")
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user