mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
[MIRROR] Medical kiosks now properly show brain trauma to others. (#1352)
* Medical kiosks operated by telekinisis can now properly show brain traumas. (#54420) If someone with a brain trauma is scanned by a medical kiosk, and then the kiosk is examined by someone else (who does not have a brain trauma), the kiosk would incorrectly show them that the patient has no traumas. * Medical kiosks now properly show brain trauma to others. Co-authored-by: Mike Long <lordpidey@users.noreply.github.com>
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
var/clone_loss = altPatient.getCloneLoss()
|
||||
var/brain_loss = altPatient.getOrganLoss(ORGAN_SLOT_BRAIN)
|
||||
var/brain_status = "Brain patterns normal."
|
||||
if(LAZYLEN(user.get_traumas()))
|
||||
if(LAZYLEN(altPatient.get_traumas()))
|
||||
var/list/trauma_text = list()
|
||||
for(var/datum/brain_trauma/B in altPatient.get_traumas())
|
||||
var/trauma_desc = ""
|
||||
|
||||
Reference in New Issue
Block a user