This commit is contained in:
boy2mantwicethefam
2023-10-23 18:00:57 +03:00
parent b6dfc2a0b4
commit 71d5e6b1b4
2 changed files with 3 additions and 1 deletions

View File

@@ -379,7 +379,7 @@ This function restores all organs.
damage = (damage/100)*(100-blocked)
if(!ignore_events && INVOKE_EVENT(src, /event/damaged, "kind" = damagetype, "amount" = damage))
return 0
return 0 //This event code is also in the mob/living parent which this proc mostly overrides.
switch(damagetype)
if(BRUTE)