mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Ensure removing an implant actually calls remove on actions instead of grant... bruh please (#22940)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user