Kills Check Pulse (#22501)

* unchecks verbs

* removes method
This commit is contained in:
Luc
2023-10-01 11:41:39 +01:00
committed by GitHub
parent e0002c620f
commit e757638648
7 changed files with 12 additions and 58 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ REAGENT SCANNER
else
to_chat(user, "<span class='info'>Blood level [blood_percent] %, [H.blood_volume] cl, type: [blood_type]</span>")
to_chat(user, "<span class='notice'>Subject's pulse: <font color='[H.pulse == PULSE_THREADY || H.pulse == PULSE_NONE ? "red" : "blue"]'>[H.get_pulse(GETPULSE_TOOL)] bpm.</font></span>")
to_chat(user, "<span class='notice'>Subject's pulse: <font color='[H.pulse == PULSE_THREADY || H.pulse == PULSE_NONE ? "red" : "blue"]'>[H.get_pulse()] bpm.</font></span>")
var/implant_detect
for(var/obj/item/organ/internal/O in H.internal_organs)
if(O.is_robotic())