Skip to content

Commit

Permalink
Update stack.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jul 31, 2024
1 parent 6900b1a commit 6eeab98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_ss220/stack_craft_tgui/code/stack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
..()
return

var/obj/item/stack/F = split(user, 1)
F.attack_tk(user)
var/obj/item/stack/material = split(user, 1)
material.attack_tk(user)
if(src && user.machine == src)
ui_interact(user)

Expand Down

0 comments on commit 6eeab98

Please sign in to comment.