Merge pull request #3788 from ghost/cleanmicrowave

Lets you use soap to clean microwaves.
This commit is contained in:
Anewbe
2017-09-10 20:40:14 -04:00
committed by GitHub
+1 -1
View File
@@ -97,7 +97,7 @@
return
else if(src.dirty==100) // The microwave is all dirty so can't be used!
if(istype(O, /obj/item/weapon/reagent_containers/spray/cleaner)) // If they're trying to clean it then let them
if(istype(O, /obj/item/weapon/reagent_containers/spray/cleaner) || istype(O, /obj/item/weapon/soap)) // If they're trying to clean it then let them
user.visible_message( \
"<span class='notice'>\The [user] starts to clean the microwave.</span>", \
"<span class='notice'>You start to clean the microwave.</span>" \