Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomarcosh committed May 25, 2024
1 parent b85717e commit 6b4f49f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion code/modules/RCD/RPD.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
id = null
var/has_metal_slime = 0
var/has_yellow_slime = 0
var/has_bluespace_slime = 0
starting_materials = list(MAT_IRON = 75000, MAT_GLASS = 37500)
var/build_all = 0
var/autowrench = 0
Expand Down
2 changes: 1 addition & 1 deletion code/modules/RCD/schematics/pipe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ var/global/list/disposalpipeID2State = list(

pipe_id = PIPE_DP_VENT
pipe_type = PIPE_UNARY

//H/E Pipes.

/datum/rcd_schematic/pipe/he
Expand Down

0 comments on commit 6b4f49f

Please sign in to comment.