removes a bunch of .0

This commit is contained in:
bear1ake
2015-09-10 20:57:30 +09:00
parent f2a8ea3f64
commit f697ae90f5
252 changed files with 679 additions and 679 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
icon = 'icons/obj/assemblies/new_assemblies.dmi'
icon_state = ""
flags = CONDUCT
w_class = 2.0
w_class = 2
materials = list(MAT_METAL=100)
throwforce = 2
throw_speed = 3
+1 -1
View File
@@ -3,7 +3,7 @@
icon = 'icons/obj/tank.dmi'
item_state = "assembly"
throwforce = 5
w_class = 3.0
w_class = 3
throw_speed = 2
throw_range = 4
flags = CONDUCT
+1 -1
View File
@@ -5,7 +5,7 @@
item_state = "assembly"
flags = CONDUCT
throwforce = 5
w_class = 2.0
w_class = 2
throw_speed = 2
throw_range = 7
+2 -2
View File
@@ -145,9 +145,9 @@
var/obj/effect/beam/i_beam/previous = null
var/obj/item/device/assembly/infra/master = null
var/limit = null
var/visible = 0.0
var/visible = 0
var/left = null
anchored = 1.0
anchored = 1
/obj/effect/beam/i_beam/proc/hit()
+1 -1
View File
@@ -5,7 +5,7 @@
icon_state = "shock_kit"
var/obj/item/clothing/head/helmet/part1 = null
var/obj/item/device/electropack/part2 = null
w_class = 5.0
w_class = 5
flags = CONDUCT
/obj/item/assembly/shock_kit/Destroy()