I got you bloo

This commit is contained in:
VerySoft
2022-04-17 07:23:19 -04:00
parent 04608cf77c
commit 077a07de92
9 changed files with 612 additions and 85 deletions
+12
View File
@@ -0,0 +1,12 @@
/obj/machinery/disposal/wall/cleaner
name = "resleeving equipment deposit"
desc = "Automatically cleans and transports items to the local resleeving facilities."
icon = 'icons/obj/pipes/disposal_vr.dmi'
icon_state = "bluewall"
/obj/machinery/disposal/wall/cleaner/flush()
flick("[icon_state]-flush", src)
for(var/obj/item/i in src)
if(istype(i, /obj/item))
i.decontaminate()
. = ..()