From 734b16d8a6496bf1542a6b497e6d414c1b0860f4 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 31 May 2021 20:55:03 +0900 Subject: [PATCH] import alliance moons --- app/Library/Moons/MoonCalc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Library/Moons/MoonCalc.php b/app/Library/Moons/MoonCalc.php index d7ce9d4d9..633982a96 100644 --- a/app/Library/Moons/MoonCalc.php +++ b/app/Library/Moons/MoonCalc.php @@ -499,7 +499,7 @@ class MoonCalc { /** * Return the type of ore a particular moon ore is. */ - private function IsRMoonGoo($ore) { + public function IsRMoonGoo($ore) { $ores = [ 'Zeolites' => 'R4', 'Sylvite' => 'R4', @@ -537,7 +537,7 @@ class MoonCalc { * Return true if a moon ore is a moon ore, and false * if the ore is not a moon ore. */ - private function IsRMoonOre($ore) { + public function IsRMoonOre($ore) { $ores = [ 'Zeolites' => 'R4', 'Sylvite' => 'R4',