mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
/obj/effect/particle_effect/chem_smoke
|
||||
icon = 'icons/goonstation/effects/64x64.dmi'
|
||||
icon_state = "smoke"
|
||||
density = FALSE
|
||||
opacity = FALSE
|
||||
layer = ABOVE_MOB_LAYER
|
||||
animate_movement = NO_STEPS
|
||||
var/matrix/first = matrix()
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
/obj/effect/particle_effect/foam
|
||||
name = "foam"
|
||||
icon_state = "foam"
|
||||
opacity = FALSE
|
||||
density = FALSE
|
||||
gender = PLURAL
|
||||
layer = OBJ_LAYER + 0.9
|
||||
animate_movement = NO_STEPS
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
anchored = FALSE
|
||||
plane = SMOKE_PLANE
|
||||
layer = FLY_LAYER
|
||||
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
|
||||
var/steps = 0
|
||||
var/lifetime = 10 SECONDS_TO_LIFE_CYCLES
|
||||
var/direction
|
||||
@@ -144,7 +143,6 @@
|
||||
|
||||
/obj/effect/particle_effect/smoke/steam
|
||||
color = COLOR_OFF_WHITE
|
||||
lifetime = 10 SECONDS_TO_LIFE_CYCLES
|
||||
causes_coughing = TRUE
|
||||
|
||||
/obj/effect/particle_effect/smoke/steam/smoke_mob(mob/living/carbon/breather)
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
/obj/effect/particle_effect/steam
|
||||
name = "steam"
|
||||
icon_state = "extinguish"
|
||||
density = FALSE
|
||||
|
||||
/obj/effect/particle_effect/steam/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user