Skip to content

Commit

Permalink
Merge pull request tgstation#16145 from Incoming5643/girder_your_loins
Browse files Browse the repository at this point in the history
Deinforces reinforced girders
  • Loading branch information
Cheridan committed Mar 17, 2016
2 parents e63b0bc + 76972d3 commit 5823fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/girders.dm
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,12 @@
if(1)
qdel(src)
if(2)
if (prob(30))
if (prob(50))
var/remains = pick(/obj/item/stack/rods,/obj/item/stack/sheet/metal)
new remains(loc)
qdel(src)
if(3)
if (prob(5))
if (prob(20))
var/remains = pick(/obj/item/stack/rods,/obj/item/stack/sheet/metal)
new remains(loc)
qdel(src)
Expand Down

0 comments on commit 5823fda

Please sign in to comment.