Merge pull request #15702 from SandPoot/twinkle-welding-tool

Ports Tau Ceti's welding animation!
This commit is contained in:
silicons
2022-07-08 14:21:33 -07:00
committed by GitHub
4 changed files with 11 additions and 0 deletions
@@ -167,6 +167,11 @@
/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, skill_gain_mult)
target.add_overlay(GLOB.welding_sparks)
. = ..()
target.cut_overlay(GLOB.welding_sparks)
/obj/item/gun/energy/plasmacutter/adv
name = "advanced plasma cutter"
icon_state = "adv_plasmacutter"