Merge pull request #6366 from Citadel-Station-13/upstream-merge-37122

[MIRROR] Fixes interaction AI stuff
This commit is contained in:
LetterJay
2018-04-14 07:44:50 -05:00
committed by GitHub
7 changed files with 148 additions and 162 deletions
+1 -4
View File
@@ -234,10 +234,7 @@
anchored = TRUE
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
/obj/machinery/shower/attack_hand(mob/M)
. = ..()
if(.)
return
/obj/machinery/shower/interact(mob/M)
on = !on
update_icon()
add_fingerprint(M)