replace 0 for EMPTY_BITFIELD on atom_flags configs

This commit is contained in:
spookerton
2022-10-18 09:36:40 +01:00
parent 9c1dc82109
commit bb472b4832
18 changed files with 56 additions and 55 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/obj/item/reagent_containers/glass/beaker/vial/random
atom_flags = 0
atom_flags = EMPTY_BITFIELD
var/list/random_reagent_list = list(list("water" = 15) = 1, list("cleaner" = 15) = 1)
@@ -36,7 +36,7 @@
throwforce = 1.0
throw_speed = 5
throw_range = 20
atom_flags = 0
atom_flags = EMPTY_BITFIELD
origin_tech = list(TECH_BIO = 1)
no_variants = FALSE
drop_sound = 'sound/items/drop/herb.ogg'
@@ -64,7 +64,7 @@
throwforce = 1.0
throw_speed = 5
throw_range = 20
atom_flags = 0
atom_flags = EMPTY_BITFIELD
no_variants = FALSE
drop_sound = 'sound/items/drop/wooden.ogg'
pickup_sound = 'sound/items/pickup/wooden.ogg'
@@ -112,7 +112,7 @@
throwforce = 1.0
throw_speed = 5
throw_range = 20
atom_flags = 0
atom_flags = EMPTY_BITFIELD
no_variants = FALSE
drop_sound = 'sound/items/drop/cloth.ogg'
pickup_sound = 'sound/items/pickup/cloth.ogg'
@@ -244,7 +244,7 @@
throwforce = 1.0
throw_speed = 5
throw_range = 20
atom_flags = 0
atom_flags = EMPTY_BITFIELD
no_variants = FALSE
/obj/item/stack/tile/wmarble
@@ -256,7 +256,7 @@
throwforce = 15.0
throw_speed = 5
throw_range = 20
atom_flags = 0
atom_flags = EMPTY_BITFIELD
no_variants = FALSE
/obj/item/stack/tile/bmarble
@@ -268,7 +268,7 @@
throwforce = 15.0
throw_speed = 5
throw_range = 20
atom_flags = 0
atom_flags = EMPTY_BITFIELD
no_variants = FALSE
/obj/item/stack/tile/roofing