mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Merge pull request #1172 from Erthilo/master
Bug fixes and new portalathe sprite
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user