diff --git a/src/p_inter.c b/src/p_inter.c
index 778ec703b323fe5e19cd14485938a121401799f8..8190f5cfad4ca5794065b77411922589fda05af8 100644
--- a/src/p_inter.c
+++ b/src/p_inter.c
@@ -1387,6 +1387,10 @@ void P_TouchSpecialThing(mobj_t *special, mobj_t *toucher, boolean heightcheck)
 
 				if (player->bot && player->bot != 3)
 					return;
+					
+				// Initialize my junk
+				junk.tags.tags = NULL;
+				junk.tags.count = 0;
 
 				Tag_FSet(&junk.tags, LE_AXE);
 				EV_DoElevator(&junk, bridgeFall, false);