Merge pull request #13725 from silicons/anti_collision_bindings

makes keybind system automatically generate anti-collision keybinds where necessary to avoid unintentional macro fires
This commit is contained in:
Lin
2020-12-15 21:24:30 +00:00
committed by GitHub
3 changed files with 102 additions and 36 deletions
+1
View File
@@ -98,6 +98,7 @@ SUBSYSTEM_DEF(input)
var/client/C = clients[i]
C.keyLoop()
#define NONSENSICAL_VERB "NONSENSICAL_VERB_THAT_DOES_NOTHING"
/// *sigh
/client/verb/NONSENSICAL_VERB_THAT_DOES_NOTHING()
set name = "NONSENSICAL_VERB_THAT_DOES_NOTHING"