Merge pull request #9524 from alex-gh/autopsy_time_fix

Autopsy scanner now prints all times in human readable format.
This commit is contained in:
tigercat2000
2018-09-26 21:36:23 -07:00
committed by GitHub
+1 -1
View File
@@ -146,7 +146,7 @@
if(damaging_weapon)
scan_data += "Severity: [damage_desc]<br>"
scan_data += "Hits by weapon: [total_hits]<br>"
scan_data += "Approximate time of wound infliction: [station_time(age)]<br>"
scan_data += "Approximate time of wound infliction: [station_time_timestamp("hh:mm", age)]<br>"
scan_data += "Affected limbs: [D.organ_names]<br>"
scan_data += "Possible weapons:<br>"
for(var/weapon_name in weapon_chances)