diff options
| author | Chris Boesch <[email protected]> | 2023-08-02 23:29:02 +0200 |
|---|---|---|
| committer | Chris Boesch <[email protected]> | 2023-08-02 23:29:02 +0200 |
| commit | 5a0681948baea7277b8d3418a4fe2ba134559559 (patch) | |
| tree | 8ef40d9961b8c3cd2197d17576d85919633ba6f0 /patches | |
| parent | b5d54364cc3ee02ea7cccf4041476b16043eb206 (diff) | |
| download | ziglings-5a0681948baea7277b8d3418a4fe2ba134559559.tar.xz ziglings-5a0681948baea7277b8d3418a4fe2ba134559559.zip | |
changed struct name 'class' into 'role'
Diffstat (limited to 'patches')
| -rw-r--r-- | patches/patches/038_structs2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patches/038_structs2.patch b/patches/patches/038_structs2.patch index 5d0d188..7d85de0 100644 --- a/patches/patches/038_structs2.patch +++ b/patches/patches/038_structs2.patch @@ -1,6 +1,6 @@ 44a45,50 > chars[1] = Character{ -> .class = Class.bard, +> .role = Role.bard, > .gold = 10, > .health = 100, > .experience = 20, |
