Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenebrate committed Feb 5, 2021
1 parent d993655 commit 4fda36b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Faerun/events/faerun_z_racial_trait.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,10 @@ character_event = {
saxongfx = {
add_trait = creature_human
#break = yes
}
}
shadovargfx = {
add_trait = creature_human
}
norsegfx = {
if = {
limit = {
Expand Down Expand Up @@ -3437,6 +3440,9 @@ character_event = {
add_trait = creature_sea_elf
#break = yes
}
snowelfgfx = {
add_trait = creature_elf
}
dwarfgfx = {
add_trait = creature_dwarf
#break = yes
Expand Down

0 comments on commit 4fda36b

Please sign in to comment.