Update hierophant.dm

This commit is contained in:
kevinz000
2019-08-05 01:51:51 -07:00
committed by GitHub
parent fb4709f6db
commit 58f8920008

View File

@@ -158,7 +158,8 @@ Difficulty: Normal
else
burst_range = 3
INVOKE_ASYNC(src, .proc/burst, get_turf(src), 0.25) //melee attacks on living mobs cause it to release a fast burst if on cooldown
OpenFire()
if(L.stat == CONSCIOUS && L.health >= 30)
OpenFire()
else
devour(L)
else