Skip to content

Commit

Permalink
Update neurotoxin.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Nivrak committed Apr 27, 2024
1 parent e74e9c4 commit 845c202
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/datums/effects/neurotoxin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
return FALSE
if(affected_mob.stat == DEAD)
return

if(issynth(affected_atom))
return

// General effects
affected_mob.last_damage_data = cause_data
affected_mob.apply_stamina_damage(stam_dam)
Expand Down

0 comments on commit 845c202

Please sign in to comment.