Skip to content

Commit

Permalink
Fix CHEM_INHALE
Browse files Browse the repository at this point in the history
  • Loading branch information
noelle-lavenza authored and MarinaGryphon committed Jan 22, 2022
1 parent b18a73c commit 4ca8f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/materials/_materials.dm
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/gas_overlay)
affect_ingest(M, alien, effective, holder)
if(CHEM_TOUCH)
affect_touch(M, alien, effective, holder)
if(CHEM_TOUCH)
if(CHEM_INHALE)
affect_inhale(M, alien, effective, holder)
holder.remove_reagent(type, removed)

Expand Down

0 comments on commit 4ca8f82

Please sign in to comment.