mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixing bears attacking SSD people (#1038)
Fixes #1037 fixing at last the wrong laser cannon sprite in hand
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user