Missing !

This commit is contained in:
Ghommie
2020-01-24 02:19:52 +01:00
parent 524f665f4a
commit 6b62aef86c
@@ -385,7 +385,7 @@
if(!vial)
to_chat(user, "<span class='notice'>[src] doesn't have any vial installed!</span>")
return
if(vial.reagents.total_volume)
if(!vial.reagents.total_volume)
to_chat(user, "<span class='notice'>[src]'s vial is empty!</span>")
return