Skip to content

Commit

Permalink
Merge pull request #5231 from CASEYGUNGEON/master
Browse files Browse the repository at this point in the history
extra column in char info
  • Loading branch information
Tk420634 authored Jun 2, 2024
2 parents 63148f9 + f96efd2 commit 43d6c65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,9 @@ GLOBAL_LIST_EMPTY(preferences_datums)
else
dat += "[TextPreview(features["flist"])]...<br>"

dat += "</td>"
dat += APPEARANCE_CATEGORY_COLUMN

//Start Creature Character
dat += "<h2>Simple Creature Character</h2>"
dat += "<b>Creature Species</b><a style='display:block;width:100px' href='?_src_=prefs;preference=creature_species;task=input'>[creature_species ? creature_species : "Eevee"]</a><BR>"
Expand Down Expand Up @@ -1074,8 +1077,6 @@ GLOBAL_LIST_EMPTY(preferences_datums)
// End creature Character

dat += "</td>"
// END COLUMN 1
// START COLUMN 2
dat += APPEARANCE_CATEGORY_COLUMN

dat += "<h2>Voice</h2>"
Expand Down

0 comments on commit 43d6c65

Please sign in to comment.