Skip to content

Commit 030a785

Browse files
authored
fix: vehicle part distorion_amp_motor_part has unknown flag EMITTER
porting chaosvolt/cdda-arcana-mod#184 vehicle_part not supporting EMITTER anymore? I tried after this fix it stop the warning.
1 parent da9da59 commit 030a785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kenan-Modpack/Arcana/vehicleparts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090
},
9191
"damage_reduction": { "all": 15 },
92-
"flags": [ "ENGINE", "E_COMBUSTION", "EMITTER" ],
92+
"flags": [ "ENGINE", "E_COMBUSTION" ],
9393
"emissions": [ "emit_electroanomaly_vehicle" ],
9494
"description": "A powerful electric motor relying on a spatial distortion. Outputs more energy than it consumes, but unusable as a source of free energy. Multiple can be installed without penalty, but operation can lead to unsafe electrical discharge."
9595
},

0 commit comments

Comments
 (0)