mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge pull request #3522 from Fox-McCloud/sink-and-toilet-fixes
Sink and Toilet Fixes+Refactor
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
/obj/structure/table,
|
||||
/obj/structure/closet,
|
||||
/obj/structure/sink,
|
||||
/obj/structure/toilet,
|
||||
/obj/item/weapon/storage,
|
||||
/obj/machinery/atmospherics/unary/cryo_cell,
|
||||
/obj/machinery/dna_scannernew,
|
||||
|
||||
Reference in New Issue
Block a user