Remove redundant anchored=TRUE from machines

This commit is contained in:
Tad Hardesty
2018-05-27 19:23:37 -07:00
parent 4afd6fd2a0
commit 2f212e16a3
133 changed files with 15 additions and 170 deletions
-2
View File
@@ -494,7 +494,6 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
icon = 'icons/obj/library.dmi'
icon_state = "bigscanner"
desc = "It servers the purpose of scanning stuff."
anchored = TRUE
density = TRUE
var/obj/item/book/cache // Last scanned book
@@ -553,7 +552,6 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
icon = 'icons/obj/library.dmi'
icon_state = "binder"
desc = "Only intended for binding paper products."
anchored = TRUE
density = TRUE
var/busy = FALSE