Skip to content

Commit

Permalink
extra column in char info
Browse files Browse the repository at this point in the history
  • Loading branch information
CASEYGUNGEON committed Jun 2, 2024
1 parent 4ec396d commit f96efd2
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 @@ -1039,6 +1039,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 @@ -1073,8 +1076,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 f96efd2

Please sign in to comment.