Fix reinforced girders to only use plasteel for construction (#65766)

This commit is contained in:
Tim
2022-04-05 22:36:50 -04:00
committed by GitHub
parent c5d6dc03eb
commit 1f255063d0
+4
View File
@@ -190,6 +190,10 @@
return
if(!sheets.has_unique_girder && sheets.material_type)
if(istype(src, /obj/structure/girder/reinforced))
to_chat(user, span_warning("You need plasteel to make a reinforced wall!"))
return
var/M = sheets.sheettype
if(state == GIRDER_TRAM)
if(!sheets.tram_wall_type)