Update blood_drunk_miner.dm

This commit is contained in:
LetterJay
2017-12-30 13:33:37 -06:00
committed by GitHub
parent 449ae34621
commit 2994b4b7c2
@@ -114,11 +114,7 @@ Difficulty: Medium
if(L.stat == DEAD)
visible_message("<span class='danger'>[src] butchers [L]!</span>",
"<span class='userdanger'>You butcher [L], restoring your health!</span>")
<<<<<<< HEAD
if(!(z in GLOB.station_z_levels && !client)) //NPC monsters won't heal while on station
=======
if(!is_station_level(z) || client) //NPC monsters won't heal while on station
>>>>>>> f2dbe5c... Replace explicit z-level checks with defines (#33829)
if(guidance)
adjustHealth(-L.maxHealth)
else