I am shrimply amazed (#24189)

This commit is contained in:
DGamerL
2024-02-15 23:56:26 -06:00
committed by GitHub
parent 6cee3978c2
commit 3cc85db9a3
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -133,7 +133,7 @@
// Proximity_flag is 1 if this afterattack was called on something adjacent, in your square, or on your person.
// Click parameters is the params string from byond Click() code, see that documentation.
/obj/item/proc/afterattack(atom/target, mob/user, proximity_flag, click_parameters)
return
SEND_SIGNAL(src, COMSIG_ITEM_AFTERATTACK, target, user, proximity_flag, click_parameters)
/obj/item/proc/get_clamped_volume()
if(w_class)