Skip to content

Commit

Permalink
Merge pull request tgstation#9087 from phil235/QuickDrugFix
Browse files Browse the repository at this point in the history
Woopsie, drugs aren't getting metabolized...
  • Loading branch information
gcoremans committed Apr 20, 2015
2 parents dc696c1 + d69c7aa commit 3b05373
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/reagents/Chemistry-Reagents/Drug-Reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
datum/reagent/drug
name = "Drug"
id = "drug"

datum/reagent/drug/on_mob_life(var/mob/living/M as mob)
metabolization_rate = 0.5 * REAGENTS_METABOLISM

datum/reagent/drug/space_drugs
Expand Down

0 comments on commit 3b05373

Please sign in to comment.