Skip to content

Commit 947d509

Browse files
author
Mark Charlton
committed
Wk7 character testing
1 parent afaf216 commit 947d509

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed

Assessment/Wk7/character_gen.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def show_stats(s_class = ""):
3636

3737
print (RESET)
3838

39-
print ( 'Your abilities and the requirements for each class: ')
39+
print ( 'Your skills and the requirements: ')
4040
print ( "-" * 80)
4141
print ( f"| {'Class':12}", end="|" )
4242
for key in a_attributes:
@@ -219,7 +219,6 @@ def move_points(s_class):
219219
randomise_attributes()
220220
show_stats()
221221

222-
223222
i_target=get_int("Please select your desired class :",1,4)
224223

225224
if i_target > 0:

Assessment/Wk7/character_gen_1.jpg

37 KB
Loading

Assessment/Wk7/character_gen_2.jpg

63.6 KB
Loading

Assessment/Wk7/character_gen_3.jpg

52.4 KB
Loading

Assessment/Wk7/character_gen_4.jpg

39.8 KB
Loading

0 commit comments

Comments
 (0)