mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-12 15:10:44 -05:00
Fixed mapping
This commit is contained in:
parent
d788abbaa9
commit
39cbda1cc9
@ -44,7 +44,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode
|
||||
}
|
||||
|
||||
// If Victim is a PMC and has killed a Scav or Marksman.
|
||||
if (killedPlayerSettings.Role == WildSpawnType.pmcBEAR || killedPlayerSettings.Role == WildSpawnType.pmcUSEC)
|
||||
if (killedPlayerSettings.Role is WildSpawnType.pmcBEAR or WildSpawnType.pmcUSEC)
|
||||
{
|
||||
if (HasBotKilledScav(killedBot))
|
||||
{
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user