Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool resprites by Flaborized! #2394

Merged
merged 2 commits into from Oct 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/obj/item/storage/toolbox.dm
Expand Up @@ -56,7 +56,7 @@
icon_state = "red"
item_state = "toolbox-red"
desc = "A metal container designed to hold various tools. This variety holds supplies required for emergencies."
spawn_contents = list(/obj/item/crowbar,\
spawn_contents = list(/obj/item/crowbar/red,\
/obj/item/extinguisher,\
/obj/item/device/light/flashlight,\
/obj/item/device/radio)
Expand Down
5 changes: 5 additions & 0 deletions code/obj/item/tool/crowbar.dm
Expand Up @@ -37,3 +37,8 @@

/obj/item/crowbar/vr
icon_state = "crowbar-vr"

/obj/item/crowbar/red
name = "crowbar"
desc = "A tool used as a lever to pry objects. This one appears to have been painted red as an indicator of it's important emergency tool status, or maybe someone forgot to clean the blood off."
icon_state = "crowbar-red"
Binary file modified icons/obj/items/assemblies.dmi
Binary file not shown.
Binary file modified icons/obj/items/tools/crowbar.dmi
Binary file not shown.
Binary file modified icons/obj/items/tools/multitool.dmi
Binary file not shown.
Binary file modified icons/obj/items/tools/screwdriver.dmi
Binary file not shown.
Binary file modified icons/obj/items/tools/weldingtool.dmi
Binary file not shown.
Binary file modified icons/obj/items/tools/wirecutters.dmi
Binary file not shown.
Binary file modified icons/obj/items/tools/wrench.dmi
Binary file not shown.
Binary file modified icons/obj/items/weapons.dmi
Binary file not shown.