From 795219155f10e1de623ab877af965075ba57142b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:39:24 +0100 Subject: feat: Century Ring (#1641) --- constants/misc.json | 3 +++ constants/parents.json | 3 +++ 2 files changed, 6 insertions(+) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index daa582cf..f0946340 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -2515,6 +2515,9 @@ ], "IQ_POINT": [ "TWO_IQ_POINT" + ], + "CENTURY_TALISMAN": [ + "CENTURY_RING" ] }, "ignored_talisman": [ diff --git a/constants/parents.json b/constants/parents.json index 6bd2cb3d..64a19501 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -4288,5 +4288,8 @@ "RIFT_TROPHY_SLIME", "RIFT_TROPHY_VAMPIRIC", "RIFT_TROPHY_MOUNTAIN" + ], + "CENTURY_RING": [ + "CENTURY_TALISMAN" ] } \ No newline at end of file -- cgit