will still need to look at using transfer_to and the language key
This commit is contained in:
Aurorablade
2015-10-19 08:27:06 -04:00
parent 3a2590261b
commit 1404c88229
6 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -184,7 +184,7 @@
qdel(src)
return
if(3.0)
if (prob(30))
if (prob(40))
var/remains = pick(/obj/item/stack/rods,/obj/item/stack/sheet/metal)
new remains(loc)
qdel(src)
@@ -11,11 +11,13 @@
qdel(src)
return
if(2.0)
if (prob(50))
if (prob(70))
new /obj/item/stack/sheet/metal(src.loc)
qdel(src)
return
if(3.0)
if (prob(5))
if (prob(50))
new /obj/item/stack/sheet/metal(src.loc)
qdel(src)
return
return