diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 173ba13a..2bfd6e41 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -2041,6 +2041,7 @@ player_revive_protection() self endon("disconnect"); self endon("player_downed"); self endon("meat_grabbed"); + self endon("meat_stink_player_start"); self thread player_revive_protection_timeout(); diff --git a/scripts/zm/replaced/_zm.gsc b/scripts/zm/replaced/_zm.gsc index 34e1c8c7..6bb912bb 100644 --- a/scripts/zm/replaced/_zm.gsc +++ b/scripts/zm/replaced/_zm.gsc @@ -1119,6 +1119,7 @@ player_spawn_protection() self endon("disconnect"); self endon("player_downed"); self endon("meat_grabbed"); + self endon("meat_stink_player_start"); self thread player_spawn_protection_timeout(); diff --git a/scripts/zm/replaced/zgrief.gsc b/scripts/zm/replaced/zgrief.gsc index 789b7327..51f59265 100644 --- a/scripts/zm/replaced/zgrief.gsc +++ b/scripts/zm/replaced/zgrief.gsc @@ -403,6 +403,7 @@ meat_stink_player( who ) who thread meat_stink_ignoreme_think(); who thread meat_stink_player_create(); + who notify( "meat_stink_player_start" ); who waittill_any_or_timeout( 30, "disconnect", "player_downed", "bled_out" );