restores drink flinging
This commit is contained in:
@@ -763,4 +763,12 @@
|
||||
for(var/datum/action/A in M.actions)
|
||||
if(istype(A, action_type))
|
||||
return A
|
||||
return
|
||||
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
|
||||
Reference in New Issue
Block a user