mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Rust Component / Wirebrush Rust Remover (#59977)
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
"Bonesetter" = image(icon = 'icons/obj/surgery.dmi', icon_state = "bone setter"),
|
||||
"Knife" = image(icon = 'icons/obj/kitchen.dmi', icon_state = "knife"),
|
||||
"Blood Filter" = image(icon = 'icons/obj/surgery.dmi', icon_state = "bloodfilter"),
|
||||
"Rolling Pin" = image(icon = 'icons/obj/kitchen.dmi', icon_state = "rolling_pin")
|
||||
"Rolling Pin" = image(icon = 'icons/obj/kitchen.dmi', icon_state = "rolling_pin"),
|
||||
"Wire Brush" = image(icon = 'icons/obj/tools.dmi', icon_state = "wirebrush"),
|
||||
)
|
||||
var/tool_result = show_radial_menu(user, src, tool_list, custom_check = CALLBACK(src, .proc/check_menu, user), require_near = TRUE, tooltips = TRUE)
|
||||
if(!check_menu(user))
|
||||
@@ -110,3 +111,5 @@
|
||||
tool_behaviour = TOOL_BLOODFILTER
|
||||
if("Rolling Pin")
|
||||
tool_behaviour = TOOL_ROLLINGPIN
|
||||
if("Wire Brush")
|
||||
tool_behaviour = TOOL_RUSTSCRAPER
|
||||
|
||||
Reference in New Issue
Block a user