mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fix reinforced girders to only use plasteel for construction (#65766)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user