mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-06 06:19:24 +00:00
Sorts quirks into medical record categories (#50647)
* Sorts quirks into medical record categories Removes Allergens from med record, still need to squash a bug. * Makes Rohesie's requested changes * typo * Replaces magic numbers with defines
This commit is contained in:
@@ -191,7 +191,7 @@ GENE SCANNER
|
||||
trauma_text += trauma_desc
|
||||
render_list += "<span class='alert ml-1'>Cerebral traumas detected: subject appears to be suffering from [english_list(trauma_text)].</span>\n"
|
||||
if(C.roundstart_quirks.len)
|
||||
render_list += "<span class='info ml-1'>Subject has the following physiological traits: [C.get_trait_string()].</span>\n"
|
||||
render_list += "<span class='info ml-1'>Subject has the following physiological traits: [C.get_trait_string(FALSE, CAT_QUIRK_ALL)].</span>\n"
|
||||
if(advanced)
|
||||
render_list += "<span class='info ml-1'>Brain Activity Level: [(200 - M.getOrganLoss(ORGAN_SLOT_BRAIN))/2]%.</span>\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user