mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Merge pull request #35239 from boy2mantwicethefam/pain-mirror-event-fix
Removes Summon Server Crash
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user