-[](http://forthebadge.com)
-[](http://forthebadge.com)
-[](http://forthebadge.com)
+## Welcome to the main repository for the Paradise Station version of [Space Station 13](https://spacestation13.com/).
-# Useful Links + -- [Discord](https://discordapp.com/invite/YJDsXFE) -- [Documentation](https://codedocs.paradisestation.org) -- [Website](https://www.paradisestation.org/) -# Useful Documents + -- [Autodocumentation Guide](.github/AUTODOC_GUIDE.md) -- [Code of Conduct](./CODE_OF_CONDUCT.md) -- [Contribution Guide](.github/CONTRIBUTING.md) -- [Installation Guide](.github/DOWNLOADING.md) + + + +
+
+
+
+
+
+
"
dat += "Identity" - dat += "Gender: [active_character.gender == MALE ? "Male" : (active_character.gender == FEMALE ? "Female" : "Genderless")]" - dat += "" dat += "Age: [active_character.age] " dat += "Body: (®) " dat += "Species: [active_character.species] " + dat += "Gender: [active_character.gender == MALE ? "Male" : (active_character.gender == FEMALE ? "Female" : "Genderless")] " + dat += "Body Type: [active_character.body_type == MALE ? "Masculine" : "Feminine"]" + dat += " " if(active_character.species == "Vox") // Purge these bastards dat += "N2 Tank: [active_character.speciesprefs ? "Large N2 Tank" : "Specialized N2 Tank"] " if(active_character.species == "Plasmaman") @@ -475,6 +477,12 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts else var/is_special = (i in src.be_special) dat += "Be [capitalize(i)]:[(is_special) ? "Yes" : "No"] " + + dat += " Total Playtime:" + if(!GLOB.configuration.jobs.enable_exp_tracking) + dat += "Playtime tracking is not enabled." + else + dat += "Your [EXP_TYPE_CREW] playtime is [user.client.get_exp_type(EXP_TYPE_CREW)]" dat += " |
[category] | |||
| [toggle.name] | " + dat += "[toggle.description] | " + if(toggle.preftoggle_category == PREFTOGGLE_CATEGORY_ADMIN) + if(!check_rights(toggle.rights_required, 0, (user))) + dat += "Admin Restricted. | " + dat += "Adjust | " + if(PREFTOGGLE_TOGGLE1) + dat += "[(toggles & toggle.preftoggle_bitflag) ? "Enabled" : "Disabled"] | " + if(PREFTOGGLE_TOGGLE2) + dat += "[(toggles2 & toggle.preftoggle_bitflag) ? "Enabled" : "Disabled"] | " + if(PREFTOGGLE_SOUND) + dat += "[(sound & toggle.preftoggle_bitflag) ? "Enabled" : "Disabled"] | " + dat += "" + dat += "