We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45838af commit 785e66cCopy full SHA for 785e66c
code/game/machinery/doors/table.dm
@@ -92,12 +92,6 @@
92
/obj/machinery/door/table/door_animate(animation) // no spritework for it
93
return
94
95
-/obj/machinery/door/table/attack_ai(mob/user) //those aren't really machinery, they're just big fucking slabs of a mineral
96
- if(isAI(user)) //so the AI can't open it
97
- return
98
- else if(isrobot(user) && get_dist(user,src) <= 1) //but robots can, not remotely though
99
- return TryToSwitchState(user) //also >nesting if statements
100
-
101
/obj/machinery/door/table/attack_paw(mob/user)
102
if(M_HULK in user.mutations)
103
user.do_attack_animation(src, user)
0 commit comments