solves missing keyword args

This commit is contained in:
SandPoot
2022-07-03 01:37:26 -03:00
parent 09e351277a
commit 33bfcf67b5
2 changed files with 2 additions and 2 deletions
@@ -167,7 +167,7 @@
/obj/item/gun/energy/plasmacutter/use(amount)
return cell.use(amount * 100)
/obj/item/gun/energy/plasmacutter/use_tool(atom/target, mob/living/user, delay, amount, volume, datum/callback/extra_checks)
/obj/item/gun/energy/plasmacutter/use_tool(atom/target, mob/living/user, delay, amount, volume, datum/callback/extra_checks, skill_gain_mult)
target.add_overlay(GLOB.welding_sparks)
. = ..()
target.cut_overlay(GLOB.welding_sparks)