mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 09:31:54 +00:00
22 lines
514 B
Plaintext
22 lines
514 B
Plaintext
/obj/effect/overlay/temp/point
|
|
name = "pointer"
|
|
icon = 'icons/mob/screen_gen.dmi'
|
|
icon_state = "arrow"
|
|
layer = 16
|
|
duration = 25
|
|
|
|
/obj/effect/overlay/temp/point/New(loc, set_invis = 0)
|
|
..()
|
|
invisibility = set_invis
|
|
|
|
// Used for spray that you spray at walls, tables, hydrovats etc
|
|
/obj/effect/decal/spraystill
|
|
density = 0
|
|
layer = 50
|
|
|
|
//Used by spraybottles.
|
|
/obj/effect/decal/chempuff
|
|
name = "chemicals"
|
|
icon = 'icons/obj/chempuff.dmi'
|
|
pass_flags = PASSTABLE | PASSGRILLE
|
|
layer = 5 |