as requested

This commit is contained in:
Fox-McCloud
2016-02-06 03:01:45 -05:00
parent 2e244feb0c
commit fec86a78e4
2 changed files with 11 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
return
var/obj/item/weapon/reagent_containers/RG = I
if(RG.is_open_container())
RG.reagents.add_reagent("water", min(RG.volume - RG.reagents.total_volume, RG.amount_per_transfer_from_this))
RG.reagents.add_reagent("toiletwater", min(RG.volume - RG.reagents.total_volume, RG.amount_per_transfer_from_this))
user << "<span class='notice'>You fill [RG] from [src]. Gross.</span>"
return