mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds Species Blurbs in the Character Preference Menu (#23229)
* LOREEEEEEEEE * Update code/modules/client/preference/character.dm Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> * Update code/modules/client/preference/preferences.dm Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> * Update code/modules/client/preference/preferences.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * EVERY FUCKING BLURBBBBB * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * REWORKED THE HUMAN TEXT * Update human_species.dm * skrell lore tweak --------- Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -383,6 +383,11 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
|
||||
dat += "<b>Socks:</b> <a href ='?_src_=prefs;preference=socks;task=input'>[active_character.socks]</a><BR>"
|
||||
dat += "<b>Backpack Type:</b> <a href ='?_src_=prefs;preference=bag;task=input'>[active_character.backbag]</a><br>"
|
||||
|
||||
var/datum/species/myspecies = GLOB.all_species[active_character.species]
|
||||
if(!isnull(myspecies))
|
||||
dat += "<h2>Species Information</h2>"
|
||||
dat += "<br><b>Species Description:</b> [myspecies.blurb]<br>"
|
||||
|
||||
dat += "</td></tr></table>"
|
||||
|
||||
if(TAB_GAME) // General Preferences
|
||||
|
||||
Reference in New Issue
Block a user