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
@@ -223,9 +223,18 @@
M.fakevomit(1)
else
M.fakevomit(0)
..()
..()
return
/datum/reagent/fishwater/toiletwater
name = "Toilet Water"
id = "toiletwater"
description = "Filthy water scoured from a nasty toilet bowl. Absolutely disgusting."
reagent_state = LIQUID
color = "#757547"
/datum/reagent/fishwater/toiletwater/reaction_mob(var/mob/M, var/method=TOUCH, var/volume) //For shennanigans
return
/datum/reagent/holywater
name = "Water"