From a93b3fc841925623c8828555820dbd27186adb12 Mon Sep 17 00:00:00 2001 From: Leopold <62264115+TheLeopold@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:46:41 +0000 Subject: [PATCH] Update eotp.dm (#8505) --- code/modules/core_implant/cruciform/machinery/eotp.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/core_implant/cruciform/machinery/eotp.dm b/code/modules/core_implant/cruciform/machinery/eotp.dm index 0927d0355e2..e6c29225c1b 100644 --- a/code/modules/core_implant/cruciform/machinery/eotp.dm +++ b/code/modules/core_implant/cruciform/machinery/eotp.dm @@ -68,6 +68,7 @@ var/global/obj/machinery/power/eotp/eotp extra_description += SPAN_NOTICE("\nPower level: [power]/[max_power].") extra_description += SPAN_NOTICE("\nObservation level: [observation]/[max_observation].") extra_description += SPAN_NOTICE("\nArmement level: [armaments_points]/[max_armaments_points]") + extra_description += SPAN_NOTICE("\nMiracles: [GLOB.miracle_points]") ..(user, extra_description) /obj/machinery/power/eotp/Process()