New pipe dispenser sprite(works for either dispenser). Also added metal loading sprite in case someone re-codes them to work like lathes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1048 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
cagerrin@gmail.com
2011-02-15 02:05:43 +00:00
parent ae19f8507c
commit 8931ec8b86
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/obj/machinery/pipedispenser
name = "Pipe Dispenser"
icon = 'stationobjs.dmi'
icon_state = "legacyautolathe"
icon_state = "pipe_d"
density = 1
anchored = 1
var/unwrenched = 0
@@ -97,7 +97,7 @@
/obj/machinery/pipedispenser/disposal
name = "Disposal Pipe Dispenser"
icon = 'stationobjs.dmi'
icon_state = "legacyautolathe"
icon_state = "pipe_d"
density = 1
anchored = 1.0
Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 75 KiB