Hey guys, I am testing my Hybrid mod today. I found a discrepancy. Maybe my coding is incorrect, but I have double check it.
In Starting condition, you have checks like forbiddenArmors:
Here is my code.
- type: STR_UNDERWATERTEST
forbiddenVehicles:
- STR_TANK_CANNON
- STR_TANK_ROCKET_LAUNCHER
- STR_HOVERTANK_PLASMA
- STR_TANK_LASER_CANNON
- STR_HOVERTANK_LAUNCHER
forbiddenCraft:
- STR_SKYRANGER
- STR_LIGHTNING
- STR_AVENGER
forbiddenArmors:
- STR_NONE_UC
- STR_PERSONAL_ARMOR_UC
In this case here, STR_NONE_UC is not allowed in the battlescape. Unfortunately, this check didn't work. Is this a bug?