Readds missing check, makes hoverpods their own mech type and moves them
to another folder.
This commit is contained in:
mwerezak
2014-10-22 00:15:42 -04:00
parent a01ed0134b
commit 604ad08f07
5 changed files with 58 additions and 41 deletions
@@ -70,5 +70,5 @@
/obj/structure/largecrate/hoverpod/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W, /obj/item/weapon/crowbar))
new /obj/mecha/working/hoverpod(loc)
new /obj/mecha/hoverpod(loc)
..()