mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Fix: adjust shooter born in heaven
requirements to be 100 meters, not 125 (!60)
Co-authored-by: Dev <dev@noreply.dev.sp-tarkov.com> Reviewed-on: SPT-AKI/Server#60
This commit is contained in:
parent
124695be25
commit
b1630b55f3
@ -33158,7 +33158,7 @@
|
|||||||
"compareMethod": ">=",
|
"compareMethod": ">=",
|
||||||
"distance": {
|
"distance": {
|
||||||
"compareMethod": ">=",
|
"compareMethod": ">=",
|
||||||
"value": 125
|
"value": 100
|
||||||
},
|
},
|
||||||
"id": "5c137f7c86f7747ae07c5491",
|
"id": "5c137f7c86f7747ae07c5491",
|
||||||
"target": "AnyPmc",
|
"target": "AnyPmc",
|
||||||
@ -33203,7 +33203,7 @@
|
|||||||
"compareMethod": ">=",
|
"compareMethod": ">=",
|
||||||
"distance": {
|
"distance": {
|
||||||
"compareMethod": ">=",
|
"compareMethod": ">=",
|
||||||
"value": 125
|
"value": 100
|
||||||
},
|
},
|
||||||
"id": "629f10cd90948017ee17c2c0",
|
"id": "629f10cd90948017ee17c2c0",
|
||||||
"target": "AnyPmc",
|
"target": "AnyPmc",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user