From 68f093b942f5dfbd0c9184d18d290df639a378ee Mon Sep 17 00:00:00 2001 From: notcheesex <73028156+notcheesex@users.noreply.github.com> Date: Sat, 25 Apr 2026 22:12:37 +0300 Subject: [PATCH] added rule for Missile Girl --- communityRules.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/communityRules.json b/communityRules.json index b7df3bf..9746535 100644 --- a/communityRules.json +++ b/communityRules.json @@ -4158,6 +4158,12 @@ "comment": "RocketMan should always be loaded last. It is known.", "value": true } + } + "vr.missilegirl": { + "loadBottom": { + "comment": "Missile Girl as a fork of RocketMan also should always be loaded last.", + "value": true + } }, "kure.arom": { "loadAfter": { @@ -11763,4 +11769,4 @@ } } } -} \ No newline at end of file +}