Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Aug 8, 2023
1 parent d2f737f commit 20e5594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/tools/shovel_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
/obj/item/tool/shovel/etool/attack_self(mob/user as mob)
folded = !folded
if(folded)
w_class = SIZE_MEDIUM
w_class = SIZE_SMALL
force = 2
else
w_class = SIZE_LARGE
Expand All @@ -242,7 +242,7 @@

/obj/item/tool/shovel/etool/folded
folded = TRUE
w_class = SIZE_MEDIUM
w_class = SIZE_SMALL
force = 2
icon_state = "etool_c"
item_state = "etool_c"

0 comments on commit 20e5594

Please sign in to comment.