mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user