mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
* Rearranges a billion things into planes * Make cryotubes fancy * Update Travis * Fix hiding logic
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
/obj/effect/decal/point
|
|
name = "arrow"
|
|
desc = "It's an arrow hanging in mid-air. There may be a wizard about."
|
|
icon = 'icons/mob/screen1.dmi'
|
|
icon_state = "arrow"
|
|
plane = ABOVE_PLANE
|
|
anchored = 1
|
|
mouse_opacity = 0
|
|
|
|
// Used for spray that you spray at walls, tables, hydrovats etc
|
|
/obj/effect/decal/spraystill
|
|
density = 0
|
|
anchored = 1
|
|
plane = ABOVE_PLANE |