Skip to content

Commit 7baa777

Browse files
committed
fixed temporal operative breaking space boff station
1 parent 4407be7 commit 7baa777

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Launcher():
88

9-
version = '2025.03b031'
9+
version = '2025.03b040'
1010
__version__ = '2.0'
1111

1212
# holds the style of the app

src/callbacks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ def boff_profession_callback_space(self, boff_id: int, new_spec: str):
263263
return
264264
if ' / ' in new_spec:
265265
profession, specialization = new_spec.split(' / ')
266+
if specialization == 'Temporal Operative':
267+
specialization = 'Temporal'
266268
for ability_num, ability in enumerate(self.build['space']['boffs'][boff_id]):
267269
if ability is not None and ability != '':
268270
# Lt. Commander rank contains all abilities

0 commit comments

Comments
 (0)