From f1d23b4525abbc265e51f5bc11a48dcc4bf84e31 Mon Sep 17 00:00:00 2001 From: Keahuy Date: Fri, 19 Jun 2026 16:12:58 +0800 Subject: [PATCH] Add rule for [OA] Ratkin Gene Expand --- communityRules.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/communityRules.json b/communityRules.json index 34c590c..d1f0eee 100644 --- a/communityRules.json +++ b/communityRules.json @@ -11825,6 +11825,14 @@ "comment": "Rocketman fork, should always be loaded last", "value": true } + }, + "oark.ratkinfaction.geneexpand": { + "loadBefore": { + "sambucher.selectivebioregeneration": { + "comment": "[OA] Ratkin Gene Expand located and patched the values of the Biosculpter Pod based on compClass. Selective Bioregeneration also modifies compClass. Therefore, the OA should be loaded first to ensure the patch succeeds.", + "name": "Selective Bioregeneration" + } + } } } }