mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user