Mechas no longer get their attack cooldowns taken up by clicking the floor. And phazons finally deal burn on the burn mode (#28042)

* Mechas no longer get their attack cooldowns taken up by clicking the floor, and phazons finally deal burn on the burn mode

* lewc cooldown timer review
This commit is contained in:
1080pCat
2025-01-27 04:13:31 +00:00
committed by GitHub
parent fd76dcdc40
commit c18ef364e6
2 changed files with 7 additions and 7 deletions
@@ -781,7 +781,7 @@ emp_act
update |= affecting.receive_damage(dmg, 0)
playsound(src, 'sound/weapons/punch4.ogg', 50, TRUE)
if("fire")
update |= affecting.receive_damage(dmg, 0)
update |= affecting.receive_damage(0, dmg)
playsound(src, 'sound/items/welder.ogg', 50, TRUE)
if("tox")
M.mech_toxin_damage(src)