missed proc refs

This commit is contained in:
SandPoot
2024-03-12 22:17:30 -03:00
parent 83102c5cf4
commit 676cb864b1
292 changed files with 505 additions and 505 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
if(!owner)
return
if(!(src in owner.internal_organs))
INVOKE_ASYNC(src,.proc/Remove,owner)
INVOKE_ASYNC(src,PROC_REF(Remove),owner)
if(owner.mob_biotypes & MOB_MINERAL)//does not process in inorganic things
return
if (causes_damage && !iszombie(owner) && owner.stat != DEAD)