Merge pull request #1172 from Erthilo/master

Bug fixes and new portalathe sprite
This commit is contained in:
Albert Iordache
2012-05-26 22:04:43 -07:00
6 changed files with 11 additions and 13 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
//May expand later, but right now it just repairs lights.
/obj/item/device/portalathe
name = "\improper Portable Autolathe"
desc = "It blinks and has an antenna on it. It must be advanced."
icon_state = "t-ray0"
name = "portable autolathe"
desc = "A device which can repair broken lights instantly. Must be advanced."
icon = 'janitor.dmi'
icon_state = "portalathe"
afterattack(var/atom/target, mob/user as mob)
if(!target || !user)