mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 12:05:59 +01:00
Mining Gear Resprite (#62168)
* mining gear resprite * Merge branch 'master' of https://github.com/tgstation/tgstation into laaland * update * oopsie woopsie * PKA CODE SUX BALZ * woopsie
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
desc = "A scanner that checks surrounding rock for useful minerals; it can also be used to stop gibtonite detonations."
|
||||
name = "manual mining scanner"
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "mining1"
|
||||
icon_state = "manual_mining"
|
||||
inhand_icon_state = "analyzer"
|
||||
worn_icon_state = "analyzer"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/tools_lefthand.dmi'
|
||||
@@ -33,7 +33,7 @@
|
||||
/obj/item/t_scanner/adv_mining_scanner
|
||||
desc = "A scanner that automatically checks surrounding rock for useful minerals; it can also be used to stop gibtonite detonations. This one has an extended range."
|
||||
name = "advanced automatic mining scanner"
|
||||
icon_state = "mining0"
|
||||
icon_state = "advmining0"
|
||||
inhand_icon_state = "analyzer"
|
||||
lefthand_file = 'icons/mob/inhands/equipment/tools_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/tools_righthand.dmi'
|
||||
@@ -51,6 +51,7 @@
|
||||
/obj/item/t_scanner/adv_mining_scanner/lesser
|
||||
name = "automatic mining scanner"
|
||||
desc = "A scanner that automatically checks surrounding rock for useful minerals; it can also be used to stop gibtonite detonations."
|
||||
icon_state = "mining0"
|
||||
range = 4
|
||||
cooldown = 50
|
||||
|
||||
|
||||
@@ -66,8 +66,6 @@
|
||||
/obj/item/pickaxe/drill
|
||||
name = "mining drill"
|
||||
icon_state = "handdrill"
|
||||
inhand_icon_state = "jackhammer"
|
||||
worn_icon_state = "jackhammer"
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
toolspeed = 0.6 //available from roundstart, faster than a pickaxe.
|
||||
usesound = 'sound/weapons/drill.ogg'
|
||||
|
||||
Reference in New Issue
Block a user