Cleaned up a bunch of paths so that we weren't using items that had sprites in the old_or_unused.dmi file. It's now changed so that the sprites are in more appropriate locations. I'll be doing another commit later, where I'll be adding some unused sprites into the old file.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1033 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
daelith.rhedynfre@gmail.com
2011-02-13 16:18:43 +00:00
parent d4ec248398
commit 2c392d5de9
8 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
/obj/item/weapon/storage/photo_album
name = "Photo album"
icon = 'old_or_unused.dmi'
icon = 'items.dmi'
icon_state = "album"
item_state = "briefcase"
@@ -59,7 +59,7 @@
/obj/item/weapon/camera_test
name = "camera"
icon = 'old_or_unused.dmi'
icon = 'items.dmi'
desc = "A one use - polaroid camera. 10 photos left."
icon_state = "camera"
item_state = "electropack"
@@ -74,7 +74,7 @@
/obj/item/weapon/photo
name = "photo"
icon = 'old_or_unused.dmi'
icon = 'items.dmi'
icon_state = "photo"
item_state = "clipboard"
w_class = 1.0
@@ -95,7 +95,7 @@
var/turf/the_turf = get_turf(target)
var/icon/photo = icon('old_or_unused.dmi',"photo")
var/icon/photo = icon('items.dmi',"photo")
var/icon/turficon = build_composite_icon(the_turf)
turficon.Scale(22,20)

View File

@@ -1,5 +1,5 @@
/obj/signpost
icon = 'old_or_unused.dmi'
icon = 'stationobjs.dmi'
icon_state = "signpost"
anchored = 1
density = 1
@@ -89,7 +89,7 @@
src.throw_at(target, throw_range, throw_speed)
/obj/item/weapon/hand_labeler
icon = 'old_or_unused.dmi'
icon = 'items.dmi'
icon_state = "labeler"
item_state = "flight"
name = "Hand labeler"