mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-14 08:32:20 +01:00
23 lines
509 B
Plaintext
23 lines
509 B
Plaintext
/////////////////////////////
|
|
// COSMETIC EFFECTS
|
|
/////////////////////////////
|
|
|
|
/obj/decal/flock_build_wall
|
|
icon = 'icons/misc/featherzone.dmi'
|
|
icon_state = "spawn-wall-loop"
|
|
anchored = 1
|
|
density = 0
|
|
opacity = 0
|
|
mouse_opacity = 0
|
|
layer = EFFECTS_LAYER_BASE
|
|
animate_movement = NO_STEPS
|
|
|
|
/obj/decal/flock_build_floor
|
|
icon = 'icons/misc/featherzone.dmi'
|
|
icon_state = "spawn-floor-loop"
|
|
anchored = 1
|
|
density = 0
|
|
opacity = 0
|
|
mouse_opacity = 0
|
|
layer = EFFECTS_LAYER_BASE
|
|
animate_movement = NO_STEPS |