mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MIRROR] Belt sprites for the syndie screwdriver and alien tools [MDB IGNORE] (#12078)
* 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 * Belt sprites for the syndie screwdriver and alien tools Co-authored-by: Ebb-Real <95765134+Ebb-Real@users.noreply.github.com>
This commit is contained in:
@@ -169,6 +169,7 @@
|
||||
desc = "An omni-technological interface."
|
||||
icon = 'icons/obj/abductor.dmi'
|
||||
icon_state = "multitool"
|
||||
belt_icon_state = "multitool_alien"
|
||||
custom_materials = list(/datum/material/iron = 5000, /datum/material/silver = 2500, /datum/material/plasma = 5000, /datum/material/titanium = 2000, /datum/material/diamond = 2000)
|
||||
toolspeed = 0.1
|
||||
|
||||
|
||||
@@ -554,6 +554,7 @@
|
||||
icon_state = "belt"
|
||||
inhand_icon_state = "security"
|
||||
worn_icon_state = "security"
|
||||
content_overlays = TRUE
|
||||
|
||||
/obj/item/storage/belt/military/abductor/full/PopulateContents()
|
||||
new /obj/item/screwdriver/abductor(src)
|
||||
|
||||
@@ -94,6 +94,9 @@
|
||||
greyscale_config_inhand_left = null
|
||||
greyscale_config_inhand_right = null
|
||||
|
||||
/obj/item/screwdriver/nuke/get_belt_overlay()
|
||||
return mutable_appearance('icons/obj/clothing/belt_overlays.dmi', "screwdriver_nuke")
|
||||
|
||||
/obj/item/paper/guides/antag/nuke_instructions
|
||||
info = "How to break into a Nanotrasen self-destruct terminal and remove its plutonium core:<br>\
|
||||
<ul>\
|
||||
|
||||
@@ -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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user