oups forgot to delete the old code (#17534)

This commit is contained in:
Kashargul
2025-04-14 15:54:23 +02:00
committed by GitHub
parent 834571b0fe
commit f5b5727dcf
-2
View File
@@ -49,8 +49,6 @@
/obj/structure/girder/proc/set_material(var/datum/material/new_material)
if(!girder_material)
qdel(src)
girder_material = new_material
name = "[girder_material.display_name] [initial(name)]"
max_health = round(girder_material.integrity) //Should be 150 with default integrity (steel). Weaker than ye-olden Girders now.