Skip to content

Commit

Permalink
rwall fix (#6753)
Browse files Browse the repository at this point in the history
title
  • Loading branch information
silicons committed Sep 15, 2024
1 parent 16c07e9 commit 12b1f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/simulated/wall_types/material.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BASIC_WALL_DEF(TypeName, GirderMaterial, OuterMaterial){\
/turf/simulated/wall/##TypeName


REINF_WALL_DEF(r_wall, /datum/material/steel, /datum/material/steel, /datum/material/steel)
REINF_WALL_DEF(r_wall, /datum/material/steel, /datum/material/plasteel, /datum/material/plasteel)
rad_insulation = RAD_INSULATION_SUPER

// Steel hull walls
Expand Down

0 comments on commit 12b1f0b

Please sign in to comment.