Changes 'n shit

This commit is contained in:
SamCroswell
2014-02-07 18:43:48 -05:00
parent bd26d1b0b7
commit be3c95a9ff
5 changed files with 3981 additions and 3960 deletions
+3 -3
View File
@@ -178,7 +178,7 @@
bullet_act(var/obj/item/projectile/Proj)
if(istype(Proj ,/obj/item/projectile/beam/pulse))
src.ex_act(1)
src.ex_act(2)
..()
return 0
@@ -193,13 +193,13 @@
qdel(src)
return
if(2.0)
if (prob(30))
if (prob(75))
var/remains = pick(/obj/item/stack/rods,/obj/item/stack/sheet/metal)
new remains(loc)
qdel(src)
return
if(3.0)
if (prob(5))
if (prob(30))
var/remains = pick(/obj/item/stack/rods,/obj/item/stack/sheet/metal)
new remains(loc)
qdel(src)