Skip to content

Commit

Permalink
fix arcfiend save loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovexe committed Aug 18, 2021
1 parent 4977370 commit e7c1dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/savefile.dm
Expand Up @@ -268,6 +268,7 @@
F["[profileNum]_be_wizard"] >> src.be_wizard
F["[profileNum]_be_werewolf"] >> src.be_werewolf
F["[profileNum]_be_vampire"] >> src.be_vampire
F["[profileNum]_be_arcfiend"] >> src.be_arcfiend
F["[profileNum]_be_wraith"] >> src.be_wraith
F["[profileNum]_be_blob"] >> src.be_blob
F["[profileNum]_be_conspirator"] >> src.be_conspirator
Expand Down

0 comments on commit e7c1dfa

Please sign in to comment.