From cc499515da97dc0027c6769e7fb25fe731f95c1e Mon Sep 17 00:00:00 2001
From: toaster <rollerorbital@gmail.com>
Date: Tue, 12 Nov 2019 15:57:23 -0500
Subject: [PATCH] Update ZB config for Glaregoyle and Buggle object names, and
 Glaregoyle sprite name.

---
 extras/conf/SRB2-22.cfg | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/extras/conf/SRB2-22.cfg b/extras/conf/SRB2-22.cfg
index de5b2ea6c..92b072b4d 100644
--- a/extras/conf/SRB2-22.cfg
+++ b/extras/conf/SRB2-22.cfg
@@ -3542,7 +3542,7 @@ thingtypes
 		}
 		124
 		{
-			title = "AquaBuzz";
+			title = "Buggle";
 			sprite = "BBUZA1";
 			width = 20;
 			height = 24;
@@ -5673,8 +5673,8 @@ thingtypes
 		{
 			arrow = 1;
 			blocking = 2;
-			title = "Trapgoyle";
-			sprite = "GARGA1";
+			title = "Glaregoyle";
+			sprite = "BGARA1";
 			width = 16;
 			height = 40;
 			flags4text = "[4] Slides when pushed";
@@ -5684,8 +5684,8 @@ thingtypes
 		{
 			arrow = 1;
 			blocking = 2;
-			title = "Trapgoyle (Up)";
-			sprite = "GARGA1";
+			title = "Glaregoyle (Up)";
+			sprite = "BGARA1";
 			width = 16;
 			height = 40;
 			flags4text = "[4] Slides when pushed";
@@ -5695,8 +5695,8 @@ thingtypes
 		{
 			arrow = 1;
 			blocking = 2;
-			title = "Trapgoyle (Down)";
-			sprite = "GARGA1";
+			title = "Glaregoyle (Down)";
+			sprite = "BGARA1";
 			width = 16;
 			height = 40;
 			flags4text = "[4] Slides when pushed";
@@ -5706,8 +5706,8 @@ thingtypes
 		{
 			arrow = 1;
 			blocking = 2;
-			title = "Trapgoyle (Long)";
-			sprite = "GARGA1";
+			title = "Glaregoyle (Long)";
+			sprite = "BGARA1";
 			width = 16;
 			height = 40;
 			flags4text = "[4] Slides when pushed";
-- 
GitLab