mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +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
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user