mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user