mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
Lets you use soap to clean microwaves.
This commit is contained in:
@@ -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>" \
|
||||
|
||||
Reference in New Issue
Block a user