New portalathe sprite, thanks to dezzmont and Furlucis.

This commit is contained in:
Erthilo
2012-05-26 23:58:13 +01:00
parent dea3a519cc
commit 2f303de9b5
2 changed files with 4 additions and 3 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)