From b58b043a5e141d4d093b410d09a62320b3cf26e0 Mon Sep 17 00:00:00 2001
From: sphere <spherallic@gmail.com>
Date: Wed, 16 Oct 2019 21:20:49 +0200
Subject: [PATCH] Add normally placeable maces to the ZB config.

---
 extras/conf/SRB2-22.cfg | 60 +++++++++++++++++++++++++++++++++++++++--
 1 file changed, 58 insertions(+), 2 deletions(-)

diff --git a/extras/conf/SRB2-22.cfg b/extras/conf/SRB2-22.cfg
index d936721b63..606b8af68c 100644
--- a/extras/conf/SRB2-22.cfg
+++ b/extras/conf/SRB2-22.cfg
@@ -2175,7 +2175,7 @@ linedeftypes
 			title = "Award Rings";
 			prefix = "(460)";
 		}
-		
+
 		461
 		{
 			title = "Spawn Object";
@@ -5038,6 +5038,62 @@ thingtypes
 			width = 8;
 			height = 208;
 		}
+		1130
+		{
+			title = "Small Mace";
+			sprite = "SMCEA0";
+			width = 17;
+			height = 34;
+		}
+		1131
+		{
+			title = "Big Mace";
+			sprite = "BMCEA0";
+			width = 34;
+			height = 68;
+		}
+		1132
+		{
+			title = "Small Grabbable Chain";
+			sprite = "SMCHA0";
+			width = 17;
+			height = 34;
+		}
+		1133
+		{
+			title = "Big Grabbable Chain";
+			sprite = "BMCHA0";
+			width = 17;
+			height = 34;
+		}
+		1134
+		{
+			title = "Yellow Spring Ball";
+			sprite = "YSPBA0";
+			width = 17;
+			height = 34;
+		}
+		1135
+		{
+			title = "Red Spring Ball";
+			sprite = "RSPBA0";
+			width = 34;
+			height = 68;
+		}
+		1136
+		{
+			title = "Small Fireball";
+			sprite = "SFBRA0";
+			width = 17;
+			height = 34;
+		}
+		1136
+		{
+			title = "Large Fireball";
+			sprite = "BFBRA0";
+			width = 17;
+			height = 34;
+		}
 	}
 
 	aridcanyon
@@ -6416,4 +6472,4 @@ thingsfilters
 		}
 
 	}
-}
\ No newline at end of file
+}
-- 
GitLab