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
@@ -5,7 +5,7 @@
icon_state = "rods"
item_state = "rods"
flags = CONDUCT
w_class = 3.0
w_class = 3
force = 9.0
throwforce = 10.0
throw_speed = 3
@@ -4,7 +4,7 @@
singular_name = "wired glass floor tile"
desc = "A glass tile, which is wired, somehow."
icon_state = "glass_wire"
w_class = 3.0
w_class = 3
force = 3.0
throwforce = 5.0
throw_speed = 5
@@ -72,7 +72,7 @@ var/global/list/datum/stack_recipe/mime_recipes = list ( \
/obj/item/stack/sheet/mineral
force = 5.0
throwforce = 5
w_class = 3.0
w_class = 3
throw_speed = 3
throw_range = 3
@@ -1,6 +1,6 @@
/obj/item/stack/sheet
name = "sheet"
w_class = 3.0
w_class = 3
force = 5
throwforce = 5
max_amount = 50