mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
Point Refactor (#8718)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* CHOMPEdit - This is now in modular_chomp/modules/point/point.dm
|
||||
/obj/effect/decal/point
|
||||
name = "arrow"
|
||||
desc = "It's an arrow hanging in mid-air. There may be a wizard about."
|
||||
@@ -6,9 +7,9 @@
|
||||
plane = ABOVE_PLANE
|
||||
anchored = TRUE
|
||||
mouse_opacity = 0
|
||||
|
||||
*/
|
||||
// Used for spray that you spray at walls, tables, hydrovats etc
|
||||
/obj/effect/decal/spraystill
|
||||
density = FALSE
|
||||
anchored = TRUE
|
||||
plane = ABOVE_PLANE
|
||||
plane = ABOVE_PLANE
|
||||
|
||||
Reference in New Issue
Block a user