Merge branch 'dev' of https://github.com/Baystation12/Baystation12 into xenorewrite

This commit is contained in:
Zuhayr
2014-09-30 12:18:16 +09:30
18 changed files with 387 additions and 145 deletions
@@ -62,3 +62,13 @@
for(var/i = 0, i < num, i++)
new /mob/living/simple_animal/chick(loc)
..()
/obj/structure/largecrate/hoverpod
name = "Hoverpod assembly crate"
desc = "It comes in a box for the fabricator's sake. Where does the wood come from? ... And why is it lighter?"
icon_state = "mulecrate"
/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)
..()