diff --git a/help.cpp b/help.cpp index 7c0a3dcc..5e5ed000 100644 --- a/help.cpp +++ b/help.cpp @@ -85,7 +85,10 @@ vector extra_keys_3d = { "move mouse = rotate camera (in rug, only with lctrl)", }; +EX hookset hooks_build_help; + EX void buildHelpText() { + if(callhandlers(0, hooks_build_help)) return; DEBBI(DF_GRAPH, ("buildHelpText")); help = XLAT("Welcome to HyperRogue");