]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/hook/sv_hook.qc
Merge branch 'master' into Mario/weaponorder
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / hook / sv_hook.qc
index c3967811973a9ec009bbe17d120a0be38f86387d..c6a595363c3a272f64b4a4e0f89de37c7e94e9c6 100644 (file)
@@ -32,7 +32,7 @@ MUTATOR_HOOKFUNCTION(hook, BuildMutatorsPrettyString)
 
 MUTATOR_HOOKFUNCTION(hook, BuildGameplayTipsString)
 {
-    M_ARGV(0, string) = strcat(M_ARGV(0, string), "\n\n^3grappling hook^8 is enabled, press 'e' to use it\n");
+    M_ARGV(0, string) = strcat(M_ARGV(0, string), "\n\n^3grappling hook^8 is enabled, press 'e' (+hook) to use it\n");
 }
 
 MUTATOR_HOOKFUNCTION(hook, SetStartItems)