[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:
SkyratBot
2020-10-17 20:20:12 +02:00
committed by GitHub
parent 55cbf9e170
commit 3cdec4d2af
+1 -1
View File
@@ -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 = ""