Fix blazing oil not being damaged by sprayed water (#58992)

🆑 coiax
fix: Blazing Oil blobs can now be damaged by sprayed water from fire
extinguishers, as intended.
/🆑

Because the mechanism of how the water damages the blob has changed, the
extinguish damage has been increased, otherwise you had to empty a fire
extinguisher to kill even one single blob tile.
This commit is contained in:
coiax
2021-05-12 02:02:48 -07:00
committed by GitHub
parent 4a92369743
commit 3bef1c1104
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
/obj/effect/particle_effect/water
name = "water"
icon_state = "extinguish"
pass_flags = PASSTABLE | PASSMACHINE | PASSSTRUCTURE | PASSGRILLE
pass_flags = PASSTABLE | PASSMACHINE | PASSSTRUCTURE | PASSGRILLE | PASSBLOB
var/life = 15
mouse_opacity = MOUSE_OPACITY_TRANSPARENT