Skip to content

Commit

Permalink
Merge pull request ParadiseSS13#13667 from Fox-McCloud/cbd-runtime
Browse files Browse the repository at this point in the history
CBD Runtime Fix
  • Loading branch information
variableundefined authored Jun 27, 2020
2 parents cde0f13 + 7bf691c commit 157c46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/reagents/drugs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
M.AdjustConfused(-5)
update_flags |= M.SetWeakened(0, FALSE)
if(volume >= 70 && prob(25))
if(M.reagents.has_reagent("thc") <= 20)
if(M.reagents.get_reagent_amount("thc") <= 20)
M.Drowsy(10)
if(prob(25))
update_flags |= M.adjustBruteLoss(-2, FALSE)
Expand Down

0 comments on commit 157c46c

Please sign in to comment.