This commit is contained in:
2026-05-01 21:28:09 +09:00
parent 94227db54a
commit 1aaf6fd832
4 changed files with 9 additions and 6 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
--[[
do
local sa = settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'SAP'
local p = (settings.startup['PHI-GM'].value and settings.startup['PHI-GM'].value == 'VP') or sa
@@ -46,3 +46,4 @@ if mods['space-age'] then
end
end
end
]]