Cleans up update_icons, makes the update_icon_updates_onmob element bespoke, updates CODEOWNERS (#69179)

* I just realised this is all one commit.

* hail marry

* fix.

* FIXES IT FOR REAL

* Update code/datums/elements/update_icon_updates_onmob.dm
This commit is contained in:
Kapu1178
2022-08-16 13:50:21 -04:00
committed by GitHub
parent 55489800ce
commit 2eccf3cea0
92 changed files with 380 additions and 352 deletions
@@ -232,7 +232,7 @@
attack_verb_continuous = list("hits", "pierces", "slices", "attacks")
attack_verb_simple = list("hit", "pierce", "slice", "attack")
playsound(src, 'sound/items/ratchet.ogg', 50, vary = TRUE)
user.update_inv_hands()
user.update_held_items()
/obj/item/trench_tool/proc/check_menu(mob/user)
if(!istype(user))