mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 00:30:06 +01:00
replace 0 for EMPTY_BITFIELD on atom_flags configs
This commit is contained in:
@@ -542,7 +542,7 @@ BLIND // can't see anything
|
||||
item_state_slots = list(slot_r_hand_str = "sunglasses", slot_l_hand_str = "sunglasses")
|
||||
toggleable = 1
|
||||
action_button_name = "Toggle Monocle"
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
body_parts_covered = 0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/clothing/glasses/hud
|
||||
name = "HUD"
|
||||
desc = "A heads-up display that provides important info in (almost) real time."
|
||||
atom_flags = 0 //doesn't protect eyes because it's a monocle, duh
|
||||
atom_flags = EMPTY_BITFIELD //doesn't protect eyes because it's a monocle, duh
|
||||
origin_tech = list(TECH_MAGNET = 3, TECH_BIO = 2)
|
||||
|
||||
/obj/item/clothing/glasses/hud/health
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
name = "space helmet"
|
||||
icon_state = "capspace"
|
||||
desc = "A special helmet designed for work in a hazardous, low-pressure environment. Only for the most fashionable of military figureheads."
|
||||
item_flags = 0
|
||||
item_flags = EMPTY_BITFIELD
|
||||
flags_inv = HIDEFACE|BLOCKHAIR
|
||||
permeability_coefficient = 0.01
|
||||
armor = list(melee = 65, bullet = 50, laser = 50,energy = 25, bomb = 50, bio = 100, rad = 50)
|
||||
@@ -16,7 +16,7 @@
|
||||
w_class = ITEMSIZE_HUGE
|
||||
gas_transfer_coefficient = 0.01
|
||||
permeability_coefficient = 0.02
|
||||
item_flags = 0
|
||||
item_flags = EMPTY_BITFIELD
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
|
||||
allowed = list(/obj/item/tank/emergency/oxygen, /obj/item/flashlight,/obj/item/gun/energy, /obj/item/gun/projectile, /obj/item/ammo_magazine, /obj/item/ammo_casing, /obj/item/melee/baton,/obj/item/handcuffs)
|
||||
slowdown = 1.5
|
||||
@@ -46,7 +46,7 @@
|
||||
icon_state = "beret_badge"
|
||||
item_state_slots = list(slot_r_hand_str = "beret", slot_l_hand_str = "beret")
|
||||
armor = list(melee = 65, bullet = 55, laser = 35,energy = 20, bomb = 30, bio = 30, rad = 30)
|
||||
item_flags = 0
|
||||
item_flags = EMPTY_BITFIELD
|
||||
flags_inv = BLOCKHAIR
|
||||
siemens_coefficient = 0.9
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
name = "Santa's hat"
|
||||
desc = "Ho ho ho. Merrry X-mas!"
|
||||
icon_state = "santahat"
|
||||
item_flags = 0
|
||||
item_flags = EMPTY_BITFIELD
|
||||
flags_inv = BLOCKHAIR
|
||||
body_parts_covered = HEAD
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
desc = "Festive!"
|
||||
icon_state = "santa"
|
||||
slowdown = 0
|
||||
item_flags = 0
|
||||
item_flags = EMPTY_BITFIELD
|
||||
allowed = list(/obj/item) //for stuffing exta special presents
|
||||
|
||||
//Space pirate outfit
|
||||
@@ -73,7 +73,7 @@
|
||||
desc = "Yarr."
|
||||
icon_state = "pirate"
|
||||
armor = list(melee = 60, bullet = 50, laser = 30,energy = 15, bomb = 30, bio = 30, rad = 30)
|
||||
item_flags = 0
|
||||
item_flags = EMPTY_BITFIELD
|
||||
flags_inv = BLOCKHAIR
|
||||
body_parts_covered = 0
|
||||
siemens_coefficient = 0.9
|
||||
@@ -115,4 +115,4 @@
|
||||
desc = "A high-dexterity spacesuit for the civilian extra-vehicular extreme sports market, for when zero-g sports in controlled environments are just too tame."
|
||||
description_fluff = "Ward-Takahashi zero-gravity performance sportswear does not require an EVA certification to purchase, though user manuals do list it as 'recommended' on condition of a 2550 lawsuit."
|
||||
icon_state = "sports_void"
|
||||
slowdown = 0
|
||||
slowdown = 0
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
allowed = list(/obj/item/flashlight,/obj/item/tank/emergency/oxygen,/obj/item/extinguisher)
|
||||
slowdown = 0.8 //Slightly better than a voidsuit
|
||||
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL|HIDETIE|HIDEHOLSTER
|
||||
item_flags = 0
|
||||
item_flags = EMPTY_BITFIELD
|
||||
heat_protection = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
|
||||
max_heat_protection_temperature = FIRESUIT_MAX_HEAT_PROTECTION_TEMPERATURE
|
||||
cold_protection = UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/reagent_containers/food/drinks/cans
|
||||
volume = 40 //just over one and a half cups
|
||||
amount_per_transfer_from_this = 5
|
||||
atom_flags = 0 //starts closed
|
||||
atom_flags = EMPTY_BITFIELD //starts closed
|
||||
drop_sound = 'sound/items/drop/soda.ogg'
|
||||
pickup_sound = 'sound/items/pickup/soda.ogg'
|
||||
|
||||
|
||||
@@ -625,7 +625,7 @@
|
||||
/obj/item/reagent_containers/food/drinks/bottle/small
|
||||
volume = 50
|
||||
smash_duration = 1
|
||||
atom_flags = 0 //starts closed
|
||||
atom_flags = EMPTY_BITFIELD //starts closed
|
||||
rag_underlay = "rag_small"
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/small/beer
|
||||
|
||||
@@ -1884,7 +1884,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/cube/monkeycube/wrapped
|
||||
desc = "Still wrapped in some paper."
|
||||
icon_state = "monkeycubewrap"
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
wrapped = 1
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/cube/monkeycube/farwacube
|
||||
@@ -6856,7 +6856,7 @@
|
||||
/obj/item/reagent_containers/food/snacks/canned
|
||||
name = "void can"
|
||||
icon = 'icons/obj/food_canned.dmi'
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
var/sealed = TRUE
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/canned/Initialize()
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
item_state = "atoxinbottle"
|
||||
amount_per_transfer_from_this = 10
|
||||
possible_transfer_amounts = list(5,10,15,25,30,60)
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
volume = 60
|
||||
drop_sound = 'sound/items/drop/bottle.ogg'
|
||||
pickup_sound = 'sound/items/pickup/bottle.ogg'
|
||||
|
||||
@@ -422,7 +422,7 @@
|
||||
/obj/machinery/microwave/proc/muck_finish()
|
||||
src.visible_message("<span class='warning'>The microwave gets covered in muck!</span>")
|
||||
src.dirty = 100 // Make it dirty so it can't be used util cleaned
|
||||
src.atom_flags = 0 //So you can't add condiments
|
||||
src.atom_flags = EMPTY_BITFIELD //So you can't add condiments
|
||||
src.icon_state = "mwbloody" // Make it look dirty too
|
||||
src.operating = 0 // Turn it off again aferwards
|
||||
src.updateUsrDialog()
|
||||
@@ -436,7 +436,7 @@
|
||||
src.icon_state = "mwb" // Make it look all busted up and shit
|
||||
src.visible_message("<span class='warning'>The microwave breaks!</span>") //Let them know they're stupid
|
||||
src.broken = 2 // Make it broken so it can't be used util fixed
|
||||
src.atom_flags = 0 //So you can't add condiments
|
||||
src.atom_flags = EMPTY_BITFIELD //So you can't add condiments
|
||||
src.operating = 0 // Turn it off again aferwards
|
||||
src.updateUsrDialog()
|
||||
soundloop.stop()
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
name = "grab"
|
||||
icon = 'icons/mob/screen1.dmi'
|
||||
icon_state = "reinforce"
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
var/obj/screen/grab/hud = null
|
||||
var/mob/living/affecting = null
|
||||
var/mob/living/carbon/human/assailant = null
|
||||
|
||||
@@ -7,102 +7,102 @@
|
||||
// The good.
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/bonemed/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/clonemed/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/brute/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/burn/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/toxin/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/oxy/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/purity/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/pain/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/organ/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/clotting/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/combat/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
// The somewhat bad.
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/stimm/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/bliss/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/expired/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/serotrotium/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/cryptobiolin/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/mindbreaker/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/psilocybin/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/soporific/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
// The very bad.
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/cyanide/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/impedrezene/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/mutagen/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/defective_nanites/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
/obj/item/reagent_containers/hypospray/autoinjector/biginjector/contaminated/unidentified
|
||||
init_hide_identity = TRUE
|
||||
atom_flags = 0
|
||||
atom_flags = EMPTY_BITFIELD
|
||||
|
||||
Reference in New Issue
Block a user