Hehoo maybe I should actually see what happens when I compile

This commit is contained in:
MrJWhit
2021-01-22 13:33:18 -05:00
parent 5fe6772c58
commit d9f2cccd84

View File

@@ -151,7 +151,7 @@
to_chat(user, "<span class='warning'>You need more space cleaner!</span>")
return TRUE
if(istype(O, /obj/item/soap) || istype(O, /obj/item/reagent_containers/glass/rag))
if(istype(O, /obj/item/soap) || istype(O, /obj/item/reagent_containers/rag))
var/cleanspeed = 50
if(istype(O, /obj/item/soap))
var/obj/item/soap/used_soap = O