From 18d234178ba92128473a5137df645cc12b0ae8ea Mon Sep 17 00:00:00 2001 From: Seris02 Date: Sat, 11 Jan 2020 14:40:02 +0800 Subject: [PATCH] fixed again --- code/game/machinery/computer/dna_console.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/machinery/computer/dna_console.dm b/code/game/machinery/computer/dna_console.dm index d02a0d8510..4d7dcd8825 100644 --- a/code/game/machinery/computer/dna_console.dm +++ b/code/game/machinery/computer/dna_console.dm @@ -137,11 +137,8 @@ occupant_status += "" occupant_status += "
Health:
[viable_occupant.health] %
" occupant_status += "
Radiation Level:
[viable_occupant.radiation/(RAD_MOB_SAFE/100)] %
" -<<<<<<< HEAD -======= var/rejuvenators = viable_occupant.reagents.get_reagent_amount(/datum/reagent/medicine/potass_iodide) occupant_status += "
Rejuvenators:
[rejuvenators] units
" ->>>>>>> 86beeb513c4256dceace96e7c2709aa63b6f77c8 occupant_status += "
Unique Enzymes :
[viable_occupant.dna.unique_enzymes]
" occupant_status += "
Last Operation:
[last_change ? last_change : "----"]
" else