Added ability for tanks to be held on vox suits.

This commit is contained in:
Zuhayr
2013-06-10 18:08:25 -07:00
parent 630db203f9
commit cbb36ce24f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -602,7 +602,7 @@
if(HAZARD_LOW_PRESSURE to WARNING_LOW_PRESSURE)
pressure_alert = -1
else
if( !(COLD_RESISTANCE in mutations) )
if( !(COLD_RESISTANCE in mutations) && src.dna.mutantrace!="vox")
adjustBruteLoss( LOW_PRESSURE_DAMAGE )
pressure_alert = -2
else