From a18f9061e5a087a477e05c85167e12a91ef8ad22 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 3 Feb 2018 19:35:54 -0500 Subject: [PATCH] VS: Shift these by one to avoid PLANE_MESONS --- code/__defines/_planes+layers_vr.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/__defines/_planes+layers_vr.dm b/code/__defines/_planes+layers_vr.dm index 744f2992242..0ec8664fd9c 100644 --- a/code/__defines/_planes+layers_vr.dm +++ b/code/__defines/_planes+layers_vr.dm @@ -1,8 +1,8 @@ // "Character HUDs", aka HUDs, but not the game's UI. Things like medhuds. -#define PLANE_CH_HEALTH_VR 27 //Hidden healthbar when at full health -#define PLANE_CH_STATUS_R 28 //Right-side status icon -#define PLANE_CH_BACKUP 29 //Backup implant -#define PLANE_CH_VANTAG 30 //Vore Antag hud +#define PLANE_CH_HEALTH_VR 26 //Hidden healthbar when at full health +#define PLANE_CH_STATUS_R 27 //Right-side status icon +#define PLANE_CH_BACKUP 28 //Backup implant +#define PLANE_CH_VANTAG 29 //Vore Antag hud #define PLANE_AUGMENTED 40 //Augmented-reality plane