Changes to Actions.PlayerShareFog breaks backwards script compatibility
lewinjh opened this issue · 2 comments
lewinjh commented
@andreus791 We want to maintain backwards compatibility if possible so old r6720 scripts still work in the next release without script authors having to fix them all. Can we add a new Actions.PlayerShareFogCompliment? Or simply remove the compliment parameter since it can be achieved by running:
Actions.PlayerShareFog(A, B, True)
Actions.PlayerShareFog(B, A, True)
?
andreus791 commented
Yeah I forgot about back compatibility... Maybe new script with additional parameter will be better (like GiveField/GiveFieldAged).