mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 09:39:16 +01:00
commit
5c8ae5cfa8
@ -212,6 +212,8 @@ CWanted::ReportCrimeNow(eCrimeType type, const CVector &coors, bool policeDoesnt
|
|||||||
wantedLevelDrop = min(CCullZones::GetWantedLevelDrop(), 100);
|
wantedLevelDrop = min(CCullZones::GetWantedLevelDrop(), 100);
|
||||||
|
|
||||||
chaos = (1.0f - wantedLevelDrop/100.0f) * sensitivity;
|
chaos = (1.0f - wantedLevelDrop/100.0f) * sensitivity;
|
||||||
|
if (policeDoesntCare)
|
||||||
|
chaos *= 0.333f;
|
||||||
switch(type){
|
switch(type){
|
||||||
case CRIME_POSSESSION_GUN:
|
case CRIME_POSSESSION_GUN:
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user