From f8991cdcc01782783fc477b253b1c0d0a26bcfc9 Mon Sep 17 00:00:00 2001 From: Anton Simakov <67688115+GuardianDll@users.noreply.github.com> Date: Mon, 11 Nov 2024 19:41:30 +0100 Subject: [PATCH] define the flag in json --- data/json/flags.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/json/flags.json b/data/json/flags.json index abf073737d227..73f3fecc6a060 100644 --- a/data/json/flags.json +++ b/data/json/flags.json @@ -1621,6 +1621,11 @@ "info": "This item is designed to have special effects", "type": "json_flag" }, + { + "id": "RELIC_PINK", + "//": "For items that do not have relic data, but intended to be magical; changes the color of item to pink", + "type": "json_flag" + }, { "id": "MUTAGEN_SAMPLE", "type": "json_flag",