Skip to content

Commit 785e66c

Browse files
no idea why i put this in
1 parent 45838af commit 785e66c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

code/game/machinery/doors/table.dm

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@
9292
/obj/machinery/door/table/door_animate(animation) // no spritework for it
9393
return
9494

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-
10195
/obj/machinery/door/table/attack_paw(mob/user)
10296
if(M_HULK in user.mutations)
10397
user.do_attack_animation(src, user)

0 commit comments

Comments
 (0)