diff --git a/scripts/zm/zm_highrise/zm_highrise_reimagined.gsc b/scripts/zm/zm_highrise/zm_highrise_reimagined.gsc index 323c2e3d..afa034b3 100644 --- a/scripts/zm/zm_highrise/zm_highrise_reimagined.gsc +++ b/scripts/zm/zm_highrise/zm_highrise_reimagined.gsc @@ -383,6 +383,8 @@ escape_pod_call_think() who maps\mp\zombies\_zm_score::minus_to_player_score( self.cost ); play_sound_at_pos( "purchase", self.origin ); + self playsound( "zmb_buildable_complete" ); + self trigger_off(); self maps\mp\zm_highrise_buildables::onuseplantobject_escapepodkey( who );