Update ehs.py
This commit is contained in:
parent
15f2833aee
commit
8933afb1c1
@ -352,7 +352,7 @@ def isBDS50(msg):
|
||||
if abs(roll(msg)) > 30:
|
||||
result &= False
|
||||
|
||||
if gs(msg) > 500:
|
||||
if gs(msg) > 600:
|
||||
result &= False
|
||||
|
||||
if tas(msg) > 500:
|
||||
|
Loading…
Reference in New Issue
Block a user