Skip to content

Commit

Permalink
hull color switch
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Mar 8, 2022
1 parent 9aa63b8 commit 291c2f1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions maps/intrepid/items/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ Unique items
icon_state = "courierbagexp"

/obj/effect/paint/hull
color = COLOR_WALL_GUNMETAL
color = COLOR_RED_GRAY

/obj/effect/paint/expeditionary
color = "#68099e"

/turf/simulated/wall/r_wall/hull
color = COLOR_WALL_GUNMETAL
color = COLOR_RED_GRAY

/obj/structure/wall_frame/hull
paint_color = COLOR_RED_GRAY

0 comments on commit 291c2f1

Please sign in to comment.