mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-09 00:42:34 +00:00
26 lines
629 B
Plaintext
26 lines
629 B
Plaintext
/obj/effect/decal/tesla_act()
|
|
return
|
|
|
|
/obj/effect/decal/point
|
|
name = "arrow"
|
|
desc = "It's an arrow hanging in mid-air. There may be a wizard about."
|
|
icon = 'icons/mob/screen/generic.dmi'
|
|
icon_state = "arrow"
|
|
layer = 16.0
|
|
anchored = 1
|
|
mouse_opacity = 0
|
|
|
|
// Used for spray that you spray at walls, tables, hydrovats etc
|
|
/obj/effect/decal/spraystill
|
|
density = 0
|
|
anchored = 1
|
|
layer = 50
|
|
|
|
//Used for imitating an object's sprite for decorative purposes.
|
|
/obj/effect/decal/fake_object
|
|
name = "object"
|
|
icon = 'icons/obj/structures.dmi'
|
|
icon_state = "ladder11"
|
|
density = 0
|
|
anchored = 1
|
|
layer = 3 |