mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-09 16:21:09 +01:00
4c10f5f94b
Modified code/game/objects/effects/decals/misc.dm
24 lines
517 B
Plaintext
24 lines
517 B
Plaintext
/obj/effect/decal/point
|
|
name = "arrow"
|
|
icon = 'icons/mob/screen_gen.dmi'
|
|
icon_state = "arrow"
|
|
layer = 16
|
|
anchored = 1
|
|
mouse_opacity = 0
|
|
|
|
/obj/effect/decal/point/point()
|
|
set src in oview()
|
|
set hidden = 1
|
|
return
|
|
|
|
// Used for spray that you spray at walls, tables, hydrovats etc
|
|
/obj/effect/decal/spraystill
|
|
density = 0
|
|
anchored = 1
|
|
layer = 50
|
|
|
|
//Used by spraybottles.
|
|
/obj/effect/decal/chempuff
|
|
name = "chemicals"
|
|
icon = 'icons/obj/chempuff.dmi'
|
|
pass_flags = PASSTABLE | PASSGRILLE |