Fixed Scorpion + Fixed chat when controlling monsters + Shameless plug ;)

This commit is contained in:
juanjp600
2017-02-21 13:58:30 -03:00
parent 05ce7ac5e9
commit 6f821874a1
3 changed files with 5 additions and 1 deletions

View File

@@ -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"/>

View File

@@ -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);
}

View File

@@ -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")
------------------------------------------------------------------------