Fix OP minebots, move them into a separate file

This commit is contained in:
Markolie
2017-02-15 16:21:04 +01:00
parent 078ca5dd92
commit 519749cf8d
4 changed files with 309 additions and 305 deletions
@@ -176,8 +176,12 @@
var/pressure_decrease = 0.25
var/turf_aoe = FALSE
var/mob_aoe = 0
var/mob_aoe = FALSE
var/list/hit_overlays = list()
/obj/item/projectile/kinetic/minebot
damage = 10
pressure_decrease = 1
/obj/item/projectile/kinetic/on_range()
strike_thing()