mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 16:18:35 +01:00
replace 0 for EMPTY_BITFIELD on atom_flags configs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user