mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
RPD default pipe color change (#61162)
New default color is green, also grey has been renamed to omni to ease new players without code diving (or changelog reading) Moved the colors so that green is the first and the omni is the last
This commit is contained in:
@@ -207,7 +207,7 @@ GLOBAL_LIST_INIT(transit_tube_recipes, list(
|
||||
///Is the device of the flipped type?
|
||||
var/p_flipped = FALSE
|
||||
///Color of the device we are going to spawn
|
||||
var/paint_color = "grey"
|
||||
var/paint_color = "green"
|
||||
///Speed of building atmos devices
|
||||
var/atmos_build_speed = 0.5 SECONDS
|
||||
///Speed of building disposal devices
|
||||
|
||||
Reference in New Issue
Block a user