From a54bd1a54463a5506ac70a78326436c6ea2bac20 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Tue, 28 Mar 2023 14:22:30 -0700 Subject: [PATCH] Maxis Drone: fix purchased hint string --- scripts/zm/replaced/zm_tomb_craftables.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zm/replaced/zm_tomb_craftables.gsc b/scripts/zm/replaced/zm_tomb_craftables.gsc index f4906828..3b7873ef 100644 --- a/scripts/zm/replaced/zm_tomb_craftables.gsc +++ b/scripts/zm/replaced/zm_tomb_craftables.gsc @@ -103,7 +103,7 @@ setup_quadrotor_purchase( player ) level thread quadrotor_watcher( player ); player thread maps\mp\zombies\_zm_audio::create_and_play_dialog( "general", "build_dd_plc" ); - self.stub.hint_string = "Took " + getWeaponDisplayName(self.weaponname); + self.stub.hint_string = "Took " + getWeaponDisplayName(self.stub.weaponname); self sethintstring(self.stub.hint_string); return true;