1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-17 02:28:06 -05:00

Maxis Drone: change took hint string to localized weapon name

This commit is contained in:
Jbleezy
2023-03-15 00:20:23 -07:00
parent ea335779f6
commit 5ba1b7bbd8

View File

@ -90,7 +90,7 @@ setup_quadrotor_purchase( player )
level thread quadrotor_watcher( player ); level thread quadrotor_watcher( player );
player thread maps\mp\zombies\_zm_audio::create_and_play_dialog( "general", "build_dd_plc" ); 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); self sethintstring(self.stub.hint_string);
return true; return true;