Skip to content

Commit

Permalink
Linter fix, particle sprite uses v2 dmi, closet color tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Jan 26, 2024
1 parent c273497 commit e50691e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions code/game/turfs/flooring/flooring_decals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/bot/yellow
name = "bot yellow"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/bot/right
name = "bot right"
Expand All @@ -980,7 +980,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/bot/right/yellow
name = "bot right yellow"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/bot/left
name = "bot left"
Expand All @@ -992,7 +992,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/bot/left/yellow
name = "bot left yellow"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/box_corners
name = "box corner"
Expand All @@ -1004,7 +1004,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/box_corners/yellow
name = "box corner yellow"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/box
name = "box"
Expand All @@ -1016,7 +1016,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/box/yellow
name = "box yellow"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/box/arrows
name = "arrow"
Expand All @@ -1028,7 +1028,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/box/arrows/yellow
name = "arrow yellow"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/numbers/zerotoone
name = "number marking"
Expand All @@ -1048,7 +1048,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/loadingarea_sharp/yellow
name = "yellow loading area marker"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/delivery_sharp
name = "delivery area marker"
Expand All @@ -1060,7 +1060,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/delivery_sharp/yellow
name = " yellow delivery area marker"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/caution
name = "caution marker"
Expand All @@ -1072,7 +1072,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/caution/yellow
name = "yellow caution marker"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/stand_clear
name = "clearance marker"
Expand All @@ -1084,7 +1084,7 @@ var/list/floor_decals = list()

/obj/effect/floor_decal/industrial/stand_clear/yellow
name = "yellow clearance marker"
color = "#FFCD00"
color = "#ffcd00"

/obj/effect/floor_decal/industrial/hatch/yellow
color = "#cfcf55"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/effect/accelerated_particle
name = "Accelerated Particles"
desc = "Small things moving very fast."
icon = 'icons/obj/machines/particle_accelerator3.dmi'
icon = 'icons/obj/machines/particle_accelerator2.dmi'
icon_state = "particle"
anchored = TRUE
density = TRUE
Expand Down
Binary file modified icons/obj/closets/bases/closet.dmi
Binary file not shown.
Binary file modified icons/obj/machines/particle_accelerator3.dmi
Binary file not shown.

0 comments on commit e50691e

Please sign in to comment.