highfrequencyblade ![code/game/objects/items/weaponry.dm 1221](git.png)
Vars | |
previous_target | The previous target we attacked |
---|---|
previous_x | Previous x position of where we clicked on the target's icon |
previous_y | Previous y position of where we clicked on the target's icon |
slash_color | The color of the slash we create |
Procs | |
on_unwield | triggered on unwield of two handed item |
on_wield | triggered on wield of two handed item |
Var Details
previous_target ![code/game/objects/items/weaponry.dm 1252](git.png)
The previous target we attacked
previous_x ![code/game/objects/items/weaponry.dm 1246](git.png)
Previous x position of where we clicked on the target's icon
previous_y ![code/game/objects/items/weaponry.dm 1248](git.png)
Previous y position of where we clicked on the target's icon
slash_color ![code/game/objects/items/weaponry.dm 1244](git.png)
The color of the slash we create
Proc Details
on_unwield
triggered on unwield of two handed item
on_wield
triggered on wield of two handed item