Made spiderbots buildable, animated spiderbot sprites.

This commit is contained in:
Zuhayr
2013-03-02 02:15:39 -08:00
parent 48fefead00
commit 3774b16839
4 changed files with 77 additions and 228 deletions
@@ -270,5 +270,12 @@
W.loc = src
src.flash1 = W
user << "\blue You insert the flash into the eye socket!"
else if(istype(W, /obj/item/weapon/stock_parts/manipulator))
user << "\blue You install some manipulators and modify the head, creating a functional spider-bot!"
new /mob/living/simple_animal/spiderbot(get_turf(loc))
user.drop_item()
del(W)
del(src)
return
return