mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes welders costing welding fuel for empty clicks (#23390)
* Nice * Yeah this is better
This commit is contained in:
@@ -142,6 +142,8 @@
|
||||
. = ..()
|
||||
if(!tool_enabled)
|
||||
return
|
||||
if(!proximity || isturf(target)) // We don't want to take away fuel when we hit something far away
|
||||
return
|
||||
remove_fuel(0.5)
|
||||
|
||||
/obj/item/weldingtool/use_tool(atom/target, user, delay, amount, volume, datum/callback/extra_checks)
|
||||
|
||||
Reference in New Issue
Block a user