Skip to content

Commit

Permalink
Merge pull request #3417 from TalkingCactus/char-pref-backpack
Browse files Browse the repository at this point in the history
fixes backpack and persistent scar settings
  • Loading branch information
Superlagg authored Oct 13, 2023
2 parents 566e32f + 9e29145 commit b942667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
?_src_=prefs;
preference=bag;
task=input'>
Sackpack
[backbag]
</a>"}
dat += "<div class='undies_link'>-</div>"
dat += "</td>"
Expand All @@ -1131,7 +1131,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
href='
?_src_=prefs;
preference=persistent_scars'>
Enabled
[persistent_scars ? "Enabled" : "Disabled"]
</a>"}
dat += {"<a
class='undies_link'
Expand Down

0 comments on commit b942667

Please sign in to comment.