Skip to content

Commit

Permalink
Removes random comment (tgstation#36619)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorPhaeron authored and ShizCalev committed Mar 23, 2018
1 parent 4a23703 commit 52a6b25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/reagents/chemistry/reagents/toxin_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -843,9 +843,9 @@
acidpwr = 42.0

/datum/reagent/toxin/acid/fluacid/on_mob_life(mob/living/M)
M.adjustFireLoss(current_cycle/10, 0) // I rode a tank, held a general's rank
. = 1 // When the blitzkrieg raged and the bodies stank
..() // Pleased to meet you, hope you guess my name
M.adjustFireLoss(current_cycle/10, 0)
. = 1
..()

/datum/reagent/toxin/peaceborg/confuse
name = "Dizzying Solution"
Expand Down

0 comments on commit 52a6b25

Please sign in to comment.