Implement dual laser tesla
This commit is contained in:
@@ -148,7 +148,10 @@ moduleCombinations =
|
||||
, ( ModDualBeam
|
||||
, [lasGunDual]
|
||||
, [amod [INCENDIARYMODULE] "+INCENDIARY" (itParams . lasBeam .~ BeamCombine flameBeamCombine)
|
||||
,amod [STATICMODULE] "+STATIC" (itParams . lasBeam .~ BeamCombine teslaBeamCombine)
|
||||
,amod [STATICMODULE] "+STATIC"
|
||||
( (itParams . lasBeam .~ BeamCombine teslaBeamCombine)
|
||||
. (itParams . subParams .~ Just teslaParams)
|
||||
)
|
||||
,amod [TRANSFORMER] "+SPLIT" (itParams . lasBeam .~ BeamCombine splitBeamCombine)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user