From 5ba1b7bbd85025ece541e5bd0d53b10ce0216688 Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Wed, 15 Mar 2023 00:20:23 -0700 Subject: [PATCH] Maxis Drone: change took hint string to localized weapon name --- 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 30c293e3..4d6a25e3 100644 --- a/scripts/zm/replaced/zm_tomb_craftables.gsc +++ b/scripts/zm/replaced/zm_tomb_craftables.gsc @@ -90,7 +90,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 Maxis Drone"; + self.stub.hint_string = "Took " + getWeaponDisplayName(self.weaponname); self sethintstring(self.stub.hint_string); return true;