Skip to content

Commit

Permalink
Update code/game/objects/effects/aliens.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Git-Nivrak and Drulikar authored Jun 19, 2024
1 parent 17b849e commit a14dd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/aliens.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
if(isliving(atm)) //For extinguishing mobs on fire
var/mob/living/M = atm

if(!(M == cause_data.resolve_mob()))
if(M != cause_data.resolve_mob())
M.ExtinguishMob()

if(M.stat == DEAD) // NO. DAMAGING. DEAD. MOBS.
Expand Down

0 comments on commit a14dd92

Please sign in to comment.