Exosuit RCD now displays Radial Menu (#14220)

This commit is contained in:
Benedict
2022-06-13 18:05:43 +02:00
committed by GitHub
parent 7c70792b9b
commit b233cd5519
4 changed files with 50 additions and 13 deletions
+7 -1
View File
@@ -12,4 +12,10 @@
#define WIRELESS_PIN_DISABLED 1
#define WIRELESS_PIN_AUTOMATIC 2
#define WIRELESS_PIN_STUN 3
#define WIRELESS_PIN_LETHAL 4
#define WIRELESS_PIN_LETHAL 4
//RCD Modes (TODO: Have the other RCD types have defines and set them here.)
#define RFD_FLOORS_AND_WALL 1
#define RFD_WINDOWS_AND_GRILLE 2
#define RFD_AIRLOCK 3
#define RFD_DECONSTRUCT 4