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
@@ -1,6 +1,6 @@
|
|||||||
/obj/item/weapon/storage/photo_album
|
/obj/item/weapon/storage/photo_album
|
||||||
name = "Photo album"
|
name = "Photo album"
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'items.dmi'
|
||||||
icon_state = "album"
|
icon_state = "album"
|
||||||
item_state = "briefcase"
|
item_state = "briefcase"
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
/obj/item/weapon/camera_test
|
/obj/item/weapon/camera_test
|
||||||
name = "camera"
|
name = "camera"
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'items.dmi'
|
||||||
desc = "A one use - polaroid camera. 10 photos left."
|
desc = "A one use - polaroid camera. 10 photos left."
|
||||||
icon_state = "camera"
|
icon_state = "camera"
|
||||||
item_state = "electropack"
|
item_state = "electropack"
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
/obj/item/weapon/photo
|
/obj/item/weapon/photo
|
||||||
name = "photo"
|
name = "photo"
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'items.dmi'
|
||||||
icon_state = "photo"
|
icon_state = "photo"
|
||||||
item_state = "clipboard"
|
item_state = "clipboard"
|
||||||
w_class = 1.0
|
w_class = 1.0
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
|
|
||||||
var/turf/the_turf = get_turf(target)
|
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)
|
var/icon/turficon = build_composite_icon(the_turf)
|
||||||
turficon.Scale(22,20)
|
turficon.Scale(22,20)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/obj/signpost
|
/obj/signpost
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'stationobjs.dmi'
|
||||||
icon_state = "signpost"
|
icon_state = "signpost"
|
||||||
anchored = 1
|
anchored = 1
|
||||||
density = 1
|
density = 1
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
src.throw_at(target, throw_range, throw_speed)
|
src.throw_at(target, throw_range, throw_speed)
|
||||||
|
|
||||||
/obj/item/weapon/hand_labeler
|
/obj/item/weapon/hand_labeler
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'items.dmi'
|
||||||
icon_state = "labeler"
|
icon_state = "labeler"
|
||||||
item_state = "flight"
|
item_state = "flight"
|
||||||
name = "Hand labeler"
|
name = "Hand labeler"
|
||||||
|
|||||||
@@ -174,7 +174,7 @@
|
|||||||
density = 0
|
density = 0
|
||||||
anchored = 1
|
anchored = 1
|
||||||
layer = 2
|
layer = 2
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'effects.dmi'
|
||||||
icon_state = "dirt"
|
icon_state = "dirt"
|
||||||
|
|
||||||
/obj/decal/cleanable/greenglow
|
/obj/decal/cleanable/greenglow
|
||||||
@@ -192,7 +192,7 @@
|
|||||||
density = 0
|
density = 0
|
||||||
anchored = 1
|
anchored = 1
|
||||||
layer = 3
|
layer = 3
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'effects.dmi'
|
||||||
icon_state = "cobweb1"
|
icon_state = "cobweb1"
|
||||||
|
|
||||||
/obj/decal/cleanable/molten_item
|
/obj/decal/cleanable/molten_item
|
||||||
@@ -210,7 +210,7 @@
|
|||||||
density = 0
|
density = 0
|
||||||
anchored = 1
|
anchored = 1
|
||||||
layer = 3
|
layer = 3
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'effects.dmi'
|
||||||
icon_state = "cobweb2"
|
icon_state = "cobweb2"
|
||||||
|
|
||||||
// Used for spray that you spray at walls, tables, hydrovats etc
|
// Used for spray that you spray at walls, tables, hydrovats etc
|
||||||
|
|||||||
@@ -771,7 +771,7 @@
|
|||||||
|
|
||||||
/obj/item/weapon/paint
|
/obj/item/weapon/paint
|
||||||
name = "Paint Can"
|
name = "Paint Can"
|
||||||
icon = 'old_or_unused.dmi'
|
icon = 'items.dmi'
|
||||||
icon_state = "paint_neutral"
|
icon_state = "paint_neutral"
|
||||||
var/color = "neutral"
|
var/color = "neutral"
|
||||||
item_state = "paintcan"
|
item_state = "paintcan"
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 177 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |