mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fixes extinguisher blasts (and effect/effects in general, like smoke) not being able to pass over tables and through grilles.
This commit is contained in:
@@ -11,14 +11,13 @@ would spawn and follow the beaker, even if it is carried or thrown.
|
|||||||
icon = 'icons/effects/effects.dmi'
|
icon = 'icons/effects/effects.dmi'
|
||||||
mouse_opacity = 0
|
mouse_opacity = 0
|
||||||
unacidable = 1//So effect are not targeted by alien acid.
|
unacidable = 1//So effect are not targeted by alien acid.
|
||||||
flags = TABLEPASS
|
flags = PASSTABLE | PASSGRILLE
|
||||||
|
|
||||||
/obj/effect/effect/water
|
/obj/effect/effect/water
|
||||||
name = "water"
|
name = "water"
|
||||||
icon = 'icons/effects/effects.dmi'
|
icon = 'icons/effects/effects.dmi'
|
||||||
icon_state = "extinguish"
|
icon_state = "extinguish"
|
||||||
var/life = 15.0
|
var/life = 15.0
|
||||||
flags = TABLEPASS
|
|
||||||
mouse_opacity = 0
|
mouse_opacity = 0
|
||||||
|
|
||||||
/obj/effect/proc/delete()
|
/obj/effect/proc/delete()
|
||||||
|
|||||||
Reference in New Issue
Block a user