diff --git a/maps/mp/gametypes/hns.gsc b/maps/mp/gametypes/hns.gsc index 1e98662..42b16fc 100644 --- a/maps/mp/gametypes/hns.gsc +++ b/maps/mp/gametypes/hns.gsc @@ -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)