Removes .0 at the end of w_class numbers

This commit is contained in:
monster860
2016-07-08 12:26:34 -04:00
parent 1bdc353dff
commit 3df85518e1
156 changed files with 249 additions and 249 deletions
+1 -1
View File
@@ -288,7 +288,7 @@
icon_state ="scanner"
throw_speed = 1
throw_range = 5
w_class = 1.0
w_class = 1
var/obj/machinery/computer/library/checkout/computer // Associated computer - Modes 1 to 3 use this
var/obj/item/weapon/book/book // Currently scanned book
var/mode = 0 // 0 - Scan only, 1 - Scan and Set Buffer, 2 - Scan and Attempt to Check In, 3 - Scan and Attempt to Add to Inventory