mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Belt sprites for the syndie screwdriver and alien tools (#65400)
* update * makes the alien toolbelt use the sprites * Revert "makes the alien toolbelt use the sprites" This reverts commit caea9f52741e4f1553f3b3812336b3a4a235b6aa. * Revert "Revert "makes the alien toolbelt use the sprites"" This reverts commit c60276e7aac93169a036bfe0bc42fb9c736d1d99. * please check gods * check pass? * forgot that * tabs
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
usesound = 'sound/weapons/sonic_jackhammer.ogg'
|
||||
custom_materials = list(/datum/material/iron = 5000, /datum/material/silver = 2500, /datum/material/plasma = 1000, /datum/material/titanium = 2000, /datum/material/diamond = 2000)
|
||||
icon_state = "crowbar"
|
||||
belt_icon_state = "crowbar_alien"
|
||||
toolspeed = 0.1
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
greyscale_config_inhand_right = null
|
||||
|
||||
/obj/item/screwdriver/abductor/get_belt_overlay()
|
||||
return mutable_appearance('icons/obj/clothing/belt_overlays.dmi', "screwdriver_nuke")
|
||||
return mutable_appearance('icons/obj/clothing/belt_overlays.dmi', "screwdriver_alien")
|
||||
|
||||
/obj/item/screwdriver/power
|
||||
name = "hand drill"
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
desc = "A polarized wrench. It causes anything placed between the jaws to turn."
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "wrench"
|
||||
belt_icon_state = "wrench_alien"
|
||||
custom_materials = list(/datum/material/iron = 5000, /datum/material/silver = 2500, /datum/material/plasma = 1000, /datum/material/titanium = 2000, /datum/material/diamond = 2000)
|
||||
usesound = 'sound/effects/empulse.ogg'
|
||||
toolspeed = 0.1
|
||||
|
||||
Reference in New Issue
Block a user