removed misc file, added some extra sprites, added/tweaked list helpers

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2013-02-04 23:37:50 +10:00
parent 3f62e2a938
commit 0efb0311e3
6 changed files with 30 additions and 43 deletions

View File

@@ -1,36 +0,0 @@
/obj/item/device/depth_scanner
name = "depth analysis scanner"
desc = "Used to check mass spatial depth and density."
icon = 'pda.dmi'
icon_state = "crap"
item_state = "analyzer"
w_class = 1.0
flags = FPRINT | TABLEPASS
//slot_flags = SLOT_BELT
/obj/item/weapon/pickaxe/hand_pick
name = "hand pick"
icon_state = "excavation"
item_state = "minipick"
digspeed = 50
desc = "A smaller, more precise version of the pickaxe."
flags = FPRINT | TABLEPASS
w_class = 2.0
/obj/item/weapon/pickaxe/mini_pick
name = "mini pick"
icon_state = "excavation"
item_state = "minipick"
digspeed = 60
desc = "A miniature excavation tool for precise digging around delicate finds."
flags = FPRINT | TABLEPASS
w_class = 1.0
//todo: this
/obj/item/device/beacon_locator
name = "locater device"
desc = "Used to triangulate position signal emitters."
icon = 'device.dmi'
icon_state = "pinoff" //pinonfar, pinonmedium, pinonclose, pinondirect, pinonnull
item_state = "electronic"
w_class = 1.0