irrigation and missing sprites

This commit is contained in:
Fox-McCloud
2017-02-02 00:32:52 -05:00
parent 0415e5ab3a
commit ed4ae3dd8f
2 changed files with 5 additions and 2 deletions
+5 -2
View File
@@ -83,8 +83,11 @@
if(exchange_parts(user, I))
return
if(default_unfasten_wrench(user, I))
return
if(istype(I, /obj/item/weapon/wrench))
if(using_irrigation)
to_chat(user, "<span class='warning'>Disconnect the hoses first!</span>")
else if(default_unfasten_wrench(user, I))
return
if(istype(I, /obj/item/weapon/crowbar))
if(using_irrigation)