mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
apply new experimentals structure
This commit is contained in:
@@ -251,7 +251,7 @@ function _addModifications (module, modifiers, blueprint, grade, specialModifica
|
||||
if (!modifiers) return
|
||||
let special
|
||||
if (specialModifications) {
|
||||
special = Modifications.specials[Object.keys(specialModifications)[0]]
|
||||
special = Modifications.specials[specialModifications]
|
||||
}
|
||||
for (const i in modifiers) {
|
||||
// Some special modifications
|
||||
|
||||
Reference in New Issue
Block a user