makes w_class use defines (#9848)

This commit is contained in:
Wowzewow (Wezzy)
2020-09-06 17:37:56 -03:00
committed by GitHub
parent d90e7f199b
commit 307c214541
304 changed files with 807 additions and 765 deletions
+2 -2
View File
@@ -41,7 +41,7 @@
icon = 'icons/obj/trash.dmi'
icon_state = "corncob"
item_state = "corncob"
w_class = 2.0
w_class = ITEMSIZE_SMALL
throwforce = 0
throw_speed = 4
throw_range = 20
@@ -64,7 +64,7 @@
)
icon_state = "banana_peel"
item_state = "banana_peel"
w_class = 2.0
w_class = ITEMSIZE_SMALL
throwforce = 0
throw_speed = 4
throw_range = 20
+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 = ITEMSIZE_TINY
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 = ITEMSIZE_SMALL
var/seed_type
var/datum/seed/seed
@@ -5,7 +5,7 @@
flags = NOBLUDGEON
slot_flags = SLOT_BELT
throwforce = 4
w_class = 2.0
w_class = ITEMSIZE_SMALL
throw_speed = 2
throw_range = 10
var/toxicity = 4
@@ -91,7 +91,7 @@
icon_state = "bottle16"
flags = OPENCONTAINER
possible_transfer_amounts = null
w_class = 2.0
w_class = ITEMSIZE_SMALL
//Like a shot glass!
amount_per_transfer_from_this = 10