From 2f21253f00b361db92e492233d5a2a4aabbbde83 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Wed, 5 Jan 2022 02:38:05 -0800 Subject: [PATCH] Tombstone: fix powerup being deleted instantly --- scripts/zm/_zm_reimagined.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index d05ac147..3f93952b 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -4182,7 +4182,7 @@ tombstone_timeout() self thread maps/mp/zombies/_zm_tombstone::playtombstonetimeraudio(); - player waittill("bled_out"); + self waittill("bled_out"); self tombstone_remove(); }