Fixed Scorpion + Fixed chat when controlling monsters + Shameless plug ;)
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
<sound file="Content/Characters/Scorpion/scorpionidle2.ogg" state="None" />
|
||||
|
||||
<ragdoll waveamplitude="50.0" wavelength="2500" speed="1.5">
|
||||
|
||||
|
||||
<collider width="45" radius="22"/>
|
||||
|
||||
<!-- head -->
|
||||
<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"/>
|
||||
|
||||
@@ -243,6 +243,7 @@ namespace Barotrauma.Networking
|
||||
if (radio == null || !sender.HasEquippedItem(radio)) return false;
|
||||
|
||||
var radioComponent = radio.GetComponent<WifiComponent>();
|
||||
if (radioComponent == null) return false;
|
||||
return radioComponent.HasRequiredContainedItems(false);
|
||||
}
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@ Credits:
|
||||
Programming, graphics, sounds, game design - Joonas Rikkonen ("Regalis")
|
||||
Graphics - James Bear ("Moonsaber99")
|
||||
Programming - Sebastian Broberg
|
||||
Programming - Juan Pablo Arce ("juanjp600")
|
||||
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user