Fixing bears attacking SSD people (#1038)

Fixes #1037 
fixing at last the wrong laser cannon sprite in hand
This commit is contained in:
Alberyk
2016-10-07 17:44:40 +03:00
committed by skull132
parent 2ec5ef7056
commit d3ef5ecd58
3 changed files with 10 additions and 1 deletions
@@ -202,6 +202,9 @@
continue
else
if(!L.client)
continue
if(L.stat == CONSCIOUS)
if (dist < nearest_dist)
nearest_target = L
@@ -562,4 +565,4 @@
#undef BEARMODE_INDOORS
#undef BEARMODE_SPACE
#undef BEARMODE_SPACE
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- tweak: "Space bears should not attack ssd players anymore."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB