Fixes a couple runtimes and weird add_reagents/add_reagents_list that was silly

This commit is contained in:
Tastyfish
2016-05-12 19:22:07 -04:00
parent d2ed3f3e35
commit b77541bc9b
3 changed files with 4 additions and 3 deletions
@@ -31,7 +31,7 @@ Bonus
switch(A.stage)
if(2)
if(M.reagents.get_reagent_amount("oculine")<10)
M.reagents.add_reagent("oculine"=10)
M.reagents.add_reagent("oculine", 10)
to_chat(M, "<span class='notice'>Your hearing feels clearer and crisp.</span>")
if(3)
if(M.reagents.get_reagent_amount("antihol") < 10 && M.reagents.get_reagent_amount("oculine") < 10 )