Downgrade hiders to Marathon when seekers released.
parent
c71755e48d
commit
589616a0ad
|
@ -669,6 +669,10 @@ handleHider() {
|
|||
player thread maps\mp\gametypes\_hud_message::notifyMessage(notifyData);
|
||||
player PlayLocalSound(game["seekers_released_sound"]);
|
||||
}
|
||||
|
||||
// Downgrade from Marathon Pro to Marathon
|
||||
player UnSetPerk("specialty_fastmantle");
|
||||
player GivePerk("specialty_marathon");
|
||||
}
|
||||
|
||||
setDisguiseModel(model, normalHealth)
|
||||
|
|
Loading…
Reference in New Issue