mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 20:23:21 +00:00
Up charger spawn dist by 500u^2
This commit is contained in:
parent
48e5432705
commit
710ecafc56
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue