refactor: remove unused var in medicine.dm (#25579)

This commit is contained in:
warriorstar-orion
2024-05-22 23:50:23 +00:00
committed by GitHub
parent 269be6bc97
commit 83dfa64ecb
@@ -914,7 +914,6 @@
return
if(!M.suiciding && !HAS_TRAIT(M, TRAIT_HUSK) && !HAS_TRAIT(M, TRAIT_BADDNA))
var/time_dead = world.time - M.timeofdeath
M.visible_message("<span class='warning'>[M] seems to rise from the dead!</span>")
M.adjustCloneLoss(50)
M.setOxyLoss(0)