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
@@ -334,7 +334,7 @@
icon_state = "bucket"
item_state = "bucket"
materials = list(MAT_METAL=200)
w_class = 3.0
w_class = 3
amount_per_transfer_from_this = 20
possible_transfer_amounts = list(5,10,15,20,25,30,50,80,100,120)
volume = 120
@@ -384,7 +384,7 @@
icon_state = "canister"
item_state = "canister"
materials = list(MAT_METAL=300)
w_class = 4.0
w_class = 4
amount_per_transfer_from_this = 20
possible_transfer_amounts = list(10,20,30,60)
@@ -7,7 +7,7 @@
flags = OPENCONTAINER | NOBLUDGEON
slot_flags = SLOT_BELT
throwforce = 0
w_class = 2.0
w_class = 2
throw_speed = 3
throw_range = 7
var/spray_maxrange = 3 //what the sprayer will set spray_currentrange to in the attack_self.
@@ -159,7 +159,7 @@
icon_state = "chemsprayer"
item_state = "chemsprayer"
throwforce = 0
w_class = 3.0
w_class = 3
spray_maxrange = 7
spray_currentrange = 7
amount_per_transfer_from_this = 10