nathanj / spirit-island-pbp

Spirit Island PBP Helper
4 stars 7 forks source link

Add PR for allowing technical support for multi element cards #39

Open TheOriginalSoni opened 3 weeks ago

TheOriginalSoni commented 3 weeks ago

The base game does not support cards with +2x air but it's very easy to technically execute.

Just need

https://github.com/nathanj/spirit-island-pbp/blob/951fc130073fa6774a2ea5e5c1d8b478f5e06ad7/pbf/models.py#L102 change that = 1 to a += 1

TheOriginalSoni commented 3 weeks ago

This and some other edits were already merged in https://github.com/TheOriginalSoni/spirit-island-pbp/ but no longer are part of the commits here. Some revert shenanigans?