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
+4 -4
View File
@@ -110,7 +110,7 @@
icon = 'icons/obj/trash.dmi'
icon_state = "corncob"
item_state = "corncob"
w_class = 2.0
w_class = 2
throwforce = 0
throw_speed = 4
throw_range = 20
@@ -129,7 +129,7 @@
icon = 'icons/obj/items.dmi'
icon_state = "banana_peel"
item_state = "banana_peel"
w_class = 2.0
w_class = 2
throwforce = 0
throw_speed = 4
throw_range = 20
@@ -143,7 +143,7 @@
icon = 'icons/obj/harvest.dmi'
icon_state = "sunflower"
item_state = "sunflower"
w_class = 2.0
w_class = 2
throwforce = 0
throw_speed = 4
throw_range = 20
@@ -161,7 +161,7 @@
icon = 'icons/obj/harvest.dmi'
icon_state = "novaflower"
item_state = "sunflower"
w_class = 2.0
w_class = 2
throwforce = 0
throw_speed = 4
throw_range = 20
+2 -2
View File
@@ -5,7 +5,7 @@
flags = OPENCONTAINER | NOBLUDGEON
slot_flags = SLOT_BELT
throwforce = 4
w_class = 2.0
w_class = 2
throw_speed = 2
throw_range = 10
var/toxicity = 4
@@ -93,7 +93,7 @@
icon_state = "bottle16"
flags = OPENCONTAINER
possible_transfer_amounts = null
w_class = 2.0
w_class = 2
var/fertilizer //Reagent contained, if any.
+1 -1
View File
@@ -3,7 +3,7 @@
desc = "A small disk used for carrying data on plant genetics."
icon = 'icons/obj/hydroponics_machines.dmi'
icon_state = "disk"
w_class = 1.0
w_class = 1
var/list/genes = list()
var/genesource = "unknown"
+1 -1
View File
@@ -5,7 +5,7 @@ var/global/list/plant_seed_sprites = list()
name = "packet of seeds"
icon = 'icons/obj/seeds.dmi'
icon_state = "blank"
w_class = 2.0
w_class = 2
var/seed_type
var/datum/seed/seed
+4 -4
View File
@@ -337,7 +337,7 @@
edge = 0
throw_speed = 2
throw_range = 3
w_class = 2.0
w_class = 2
extend = 0
flags = NOSHIELD
armour_penetration = 20
@@ -398,7 +398,7 @@
anchored = 0.0
var/matter = 0
var/mode = 1
w_class = 3.0
w_class = 3
/obj/item/weapon/bananapeel
name = "banana peel"
@@ -406,7 +406,7 @@
icon = 'icons/obj/items.dmi'
icon_state = "banana_peel"
item_state = "banana_peel"
w_class = 1.0
w_class = 1
throwforce = 0
throw_speed = 4
throw_range = 20
@@ -417,7 +417,7 @@
icon = 'icons/obj/harvest.dmi'
icon_state = "corncob"
item_state = "corncob"
w_class = 1.0
w_class = 1
throwforce = 0
throw_speed = 4
throw_range = 20