fixes the restoration for reals

This commit is contained in:
ancientpower
2020-02-04 16:02:15 -06:00
parent 524836c2b2
commit 9dd411f11b
3 changed files with 7 additions and 14 deletions
+1 -9
View File
@@ -763,12 +763,4 @@
for(var/datum/action/A in M.actions)
if(istype(A, action_type))
return A
return
/proc/find_active_innate_action(mob/M, var/action_type)
var/datum/action/innate/A = get_action_of_type(M, action_type)
if(!istype(A))
return FALSE
if(A.active)
return TRUE
return FALSE
return