Up charger spawn dist by 500u^2

This commit is contained in:
Jackzie 2021-10-07 11:29:22 -05:00
parent 48e5432705
commit 710ecafc56
No known key found for this signature in database
GPG key ID: 76DF30177DC69DB4

View file

@ -28,7 +28,7 @@ stock bool FindSuitablePosition(int target, const float pos[3], float outputPos[
float GetIdealMinDistance(int specialType) {
switch(specialType) {
// /*Boomer*/ case 2: return 1200.0;
/*Charger*/ case 6: return 19000.0;
/*Charger*/ case 6: return 19500.0;
/*Smoker*/ case 1: return 20000.0;
default: