Skip to content

Commit

Permalink
Etool size buff (#4139)
Browse files Browse the repository at this point in the history
# About the pull request

Folded etool is now a small item

# Explain why it's good for the game

I like etools and want to see them used more

# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: Morrow
balance: Folded etools are now small items
/:cl:
  • Loading branch information
morrowwolf authored Aug 9, 2023
1 parent 9c4bac7 commit c6d70d4
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 c6d70d4

Please sign in to comment.