From 93ec472c7849fecb0fe53e99e7802904a2b7c1ba Mon Sep 17 00:00:00 2001
From: CobaltBW <cobaltbw@gmail.com>
Date: Sat, 23 Jan 2021 14:49:20 -0800
Subject: [PATCH] Expose BOT_ to lua

---
 src/deh_tables.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/deh_tables.c b/src/deh_tables.c
index 3039bf7dec..cd6ceb3c6c 100644
--- a/src/deh_tables.c
+++ b/src/deh_tables.c
@@ -5167,6 +5167,12 @@ struct int_const_s const INT_CONST[] = {
 	{"GF_REDFLAG",GF_REDFLAG},
 	{"GF_BLUEFLAG",GF_BLUEFLAG},
 
+	// Bot types
+	{"BOT_NONE",BOT_NONE},
+	{"BOT_2PAI",BOT_2PAI},
+	{"BOT_2PHUMAN",BOT_2PHUMAN},
+	{"BOT_MPAI",BOT_MPAI},
+
 	// Customisable sounds for Skins, from sounds.h
 	{"SKSSPIN",SKSSPIN},
 	{"SKSPUTPUT",SKSPUTPUT},
-- 
GitLab