Ensure removing an implant actually calls remove on actions instead of grant... bruh please (#22940)

This commit is contained in:
Farie82
2023-10-17 13:53:20 -05:00
committed by GitHub
parent af5a06e729
commit 9da71e19c5
@@ -226,7 +226,7 @@
for(var/X in actions)
var/datum/action/A = X
A.Grant(source)
A.Remove(source)
if(ishuman(source))
var/mob/living/carbon/human/H = source