This commit is contained in:
silicons
2020-08-01 20:45:49 -07:00
parent 3ac679f08b
commit 20dea7e41f
4 changed files with 10 additions and 2 deletions
+1 -2
View File
@@ -28,8 +28,7 @@
/obj/item/stack/medical/attack(mob/living/M, mob/user)
. = ..()
try_heal(M, user)
INVOKE_ASYNC(src, .proc/try_heal, M, user)
/obj/item/stack/medical/proc/try_heal(mob/living/M, mob/user, silent = FALSE)
if(!M.can_inject(user, TRUE))