You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Player is able to attach multiple alternators to an engine with the E_ALTERNATOR flag.
Steps To Reproduce
Install multiple alternators.
Expected behavior
Should have an error message similar to that if a player attempts to install multiple turrets on the same slot.
Screenshots
Versions and configuration
OS: Windows
OS Version: 10.0 1903
Game Version: 0.E-439-gdf00ef1ba6-dirty [64-bit]
Graphics Version: Tiles
Game Language: System language []
Mods loaded: [
Dark Days Ahead [dda],
TESTING DATA [test_data]
]
Additional context
Currently addressing this myself as part of implementation of a new feature which will be PRed soon, just want a paper trail in case I mess it up horribly.
The text was updated successfully, but these errors were encountered:
OddSkollar
added a commit
to OddSkollar/Cataclysm-DDA
that referenced
this issue
Apr 15, 2020
add check for extant alternator on attempted install slot, hopefully addressing CleverRaven#39578
add vehicle_part::is_alternator()
add VPFLAG_POWERED_TURRET_MOUNT to C++ code
fix relevant JSON lexer issues for new content
Describe the bug
Player is able to attach multiple alternators to an engine with the E_ALTERNATOR flag.
Steps To Reproduce
Install multiple alternators.
Expected behavior
Should have an error message similar to that if a player attempts to install multiple turrets on the same slot.
Screenshots
Versions and configuration
Dark Days Ahead [dda],
TESTING DATA [test_data]
]
Additional context
Currently addressing this myself as part of implementation of a new feature which will be PRed soon, just want a paper trail in case I mess it up horribly.
The text was updated successfully, but these errors were encountered: