diff --git a/code/game/objects/effects/spawners/random/waste_planet.dm b/code/game/objects/effects/spawners/random/waste_planet.dm index b90b335b62ae..64379c40b3d4 100644 --- a/code/game/objects/effects/spawners/random/waste_planet.dm +++ b/code/game/objects/effects/spawners/random/waste_planet.dm @@ -78,6 +78,9 @@ /obj/effect/spawner/random/waste/girder loot = list( + /obj/structure/girder/wasteworld, + /obj/structure/girder/wasteworld, + /obj/structure/girder/wasteworld, /obj/structure/girder, /obj/structure/girder/displaced, /obj/structure/girder/reinforced diff --git a/code/game/turfs/open/floor/plating/wasteplanet.dm b/code/game/turfs/open/floor/plating/wasteplanet.dm index 250ab5f45569..dd79a190583f 100644 --- a/code/game/turfs/open/floor/plating/wasteplanet.dm +++ b/code/game/turfs/open/floor/plating/wasteplanet.dm @@ -269,6 +269,7 @@ max_integrity = 800 integrity = 800 baseturfs = /turf/open/floor/plating/wasteplanet + girder_type = /obj/structure/girder/wasteworld /turf/closed/wall/r_wall/wasteplanet/Initialize(mapload, inherited_virtual_z) . = ..() @@ -280,6 +281,7 @@ max_integrity = 600 integrity = 600 baseturfs = /turf/open/floor/plating/wasteplanet/rust + girder_type = /obj/structure/girder/wasteworld /turf/closed/wall/r_wall/rust/wasteplanet/Initialize(mapload, inherited_virtual_z) . = ..() @@ -290,6 +292,7 @@ max_integrity = 200 integrity = 200 baseturfs = /turf/open/floor/plating/wasteplanet + girder_type = /obj/structure/girder/wasteworld /turf/closed/wall/wasteplanet/Initialize(mapload, inherited_virtual_z) . = ..() @@ -300,6 +303,7 @@ max_integrity = 100 integrity = 100 baseturfs = /turf/open/floor/plating/wasteplanet/rust + girder_type = /obj/structure/girder/wasteworld /turf/closed/wall/rust/wasteplanet/Initialize(mapload, inherited_virtual_z) . = ..() @@ -325,3 +329,8 @@ . = ..() if(prob(25)) alter_integrity(-rand(0,500)) + +//girlder + +/obj/structure/girder/wasteworld + max_integrity = 40