From 0b07ef8603225f121e1d3fe4652b587b01503629 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 30 Jul 2023 21:49:35 +0100 Subject: [PATCH] Fix item not appearing --- project/assets/database/bots/types/crazyassaultevent.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/assets/database/bots/types/crazyassaultevent.json b/project/assets/database/bots/types/crazyassaultevent.json index 2972ead8..73c9cb8c 100644 --- a/project/assets/database/bots/types/crazyassaultevent.json +++ b/project/assets/database/bots/types/crazyassaultevent.json @@ -2354,8 +2354,8 @@ "min": 2 }, "specialItems": { - "max": 0, - "min": 0 + "max": 1, + "min": 1 }, "stims": { "max": 1,