mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Removed the CONDUCT flag.
Use Siemens, you dolts. This is the start of completely redoing the flag system, but it starts with removing these oldcode flags.
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
icon = 'code/WorkInProgress/Cael_Aislinn/Rust/rust.dmi'
|
||||
icon_state = "port2"
|
||||
w_class = 4
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/rust_fuel_assembly_port_frame/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if (istype(W, /obj/item/weapon/wrench))
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
icon = 'code/WorkInProgress/Cael_Aislinn/Rust/rust.dmi'
|
||||
icon_state = "fuel_compressor0"
|
||||
w_class = 4
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/rust_fuel_compressor_frame/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
if (istype(W, /obj/item/weapon/wrench))
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
desc = "Extracts information on wounds."
|
||||
icon = 'icons/obj/autopsy_scanner.dmi'
|
||||
icon_state = ""
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 1.0
|
||||
origin_tech = "materials=1;biotech=1"
|
||||
var/list/datum/autopsy_data_scanner/wdata = list()
|
||||
|
||||
@@ -5,13 +5,15 @@
|
||||
/obj/item/pod_parts/core
|
||||
name="Space Pod Core"
|
||||
icon_state = "core"
|
||||
flags = FPRINT | CONDUCT
|
||||
flags = FPRINT
|
||||
siemens_coefficient = 1
|
||||
origin_tech = "materials=4;plasma=3;bluespace=2;engineering=3"
|
||||
|
||||
/obj/item/pod_parts/pod_frame
|
||||
name = "Space Pod Frame"
|
||||
icon_state = ""
|
||||
flags = CONDUCT
|
||||
flags = 0
|
||||
siemens_coefficient = 1
|
||||
density = 0
|
||||
anchored = 0
|
||||
var/link_to = null
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
affected_mob << "\red You feel a slight shock course through your body."
|
||||
if(prob(2))
|
||||
for(var/obj/M in orange(2,affected_mob))
|
||||
if(!M.anchored && (M.flags & CONDUCT))
|
||||
if(!M.anchored && (M.is_conductor()))
|
||||
step_towards(M,affected_mob)
|
||||
for(var/mob/living/silicon/S in orange(2,affected_mob))
|
||||
if(istype(S, /mob/living/silicon/ai)) continue
|
||||
@@ -41,7 +41,7 @@
|
||||
affected_mob << "\red You feel like clowning around."
|
||||
if(prob(4))
|
||||
for(var/obj/M in orange(4,affected_mob))
|
||||
if(!M.anchored && (M.flags & CONDUCT))
|
||||
if(!M.anchored && (M.is_conductor()))
|
||||
var/i
|
||||
var/iter = rand(1,2)
|
||||
for(i=0,i<iter,i++)
|
||||
@@ -69,7 +69,7 @@
|
||||
affected_mob << "\red You query upon the nature of miracles."
|
||||
if(prob(8))
|
||||
for(var/obj/M in orange(6,affected_mob))
|
||||
if(!M.anchored && (M.flags & CONDUCT))
|
||||
if(!M.anchored && (M.is_conductor()))
|
||||
var/i
|
||||
var/iter = rand(1,3)
|
||||
for(i=0,i<iter,i++)
|
||||
|
||||
@@ -341,8 +341,10 @@ var/global/list/PDA_Manifest = list()
|
||||
throwforce = 0.0
|
||||
throw_speed = 1
|
||||
throw_range = 20
|
||||
flags = FPRINT | USEDELAY | TABLEPASS | CONDUCT
|
||||
afterattack(atom/target as mob|obj|turf|area, mob/user as mob)
|
||||
flags = FPRINT | USEDELAY | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/weapon/beach_ball/afterattack(atom/target as mob|obj|turf|area, mob/user as mob)
|
||||
user.drop_item()
|
||||
src.throw_at(target, throw_range, throw_speed)
|
||||
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
desc = "Should anything ever go wrong..."
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "red_phone"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 3.0
|
||||
throwforce = 2.0
|
||||
throw_speed = 1
|
||||
@@ -108,7 +109,8 @@
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "cane"
|
||||
item_state = "stick"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
throwforce = 7.0
|
||||
w_class = 2.0
|
||||
@@ -161,7 +163,8 @@
|
||||
gender = PLURAL
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "handcuff"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
throwforce = 0
|
||||
w_class = 3.0
|
||||
origin_tech = "materials=1"
|
||||
@@ -173,7 +176,8 @@
|
||||
gender = NEUTER
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "bolas"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 2
|
||||
w_class = 2
|
||||
@@ -491,7 +495,8 @@
|
||||
desc = "Parts of a rack."
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "rack_parts"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
m_amt = 3750
|
||||
w_type = RECYK_METAL
|
||||
melt_temperature=MELTPOINT_STEEL
|
||||
@@ -574,7 +579,8 @@
|
||||
var/selfdestruct = 0.0
|
||||
var/traitor_frequency = 0.0
|
||||
var/obj/item/device/radio/origradio = null
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
item_state = "radio"
|
||||
throwforce = 5
|
||||
@@ -627,7 +633,8 @@
|
||||
m_amt = 3750
|
||||
w_type = RECYK_METAL
|
||||
melt_temperature=MELTPOINT_STEEL
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
attack_verb = list("slammed", "bashed", "battered", "bludgeoned", "thrashed", "whacked")
|
||||
|
||||
/obj/item/weapon/table_parts/cultify()
|
||||
@@ -642,7 +649,8 @@
|
||||
m_amt = 7500
|
||||
w_type = RECYK_METAL
|
||||
melt_temperature=MELTPOINT_STEEL
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/weapon/table_parts/wood
|
||||
name = "wooden table parts"
|
||||
@@ -675,7 +683,8 @@
|
||||
icon_state = "std_module"
|
||||
w_class = 2.0
|
||||
item_state = "electronic"
|
||||
flags = FPRINT|TABLEPASS|CONDUCT
|
||||
flags = FPRINT|TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
var/mtype = 1 // 1=electronic 2=hardware
|
||||
|
||||
/obj/item/weapon/module/card_reader
|
||||
@@ -708,7 +717,8 @@
|
||||
desc = "Meat that appears...strange..."
|
||||
icon = 'icons/obj/food.dmi'
|
||||
icon_state = "meat"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 1.0
|
||||
origin_tech = "biotech=2"
|
||||
|
||||
@@ -717,7 +727,8 @@
|
||||
desc = "A very sharp axe blade upon a short fibremetal handle. It has a long history of chopping things, but now it is used for chopping wood."
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "hatchet"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 12.0
|
||||
w_class = 2.0
|
||||
throwforce = 15.0
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
name = "pinpointer"
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "pinoff"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
w_class = 2.0
|
||||
item_state = "electronic"
|
||||
|
||||
@@ -124,7 +124,8 @@ obj/machinery/door/airlock/New()
|
||||
desc = "Used for repairing or building airlock sensors"
|
||||
icon = 'icons/obj/airlock_machines.dmi'
|
||||
icon_state = "airlock_sensor_off"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/airlock_sensor_frame/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
..()
|
||||
@@ -289,7 +290,8 @@ obj/machinery/airlock_sensor/attackby(var/obj/item/W, var/mob/user)
|
||||
desc = "Used for repairing or building airlock access buttons"
|
||||
icon = 'icons/obj/airlock_machines.dmi'
|
||||
icon_state = "access_button_build"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/access_button_frame/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
..()
|
||||
|
||||
@@ -925,7 +925,8 @@ Code shamelessly copied from apc_frame
|
||||
desc = "Used for building Air Alarms"
|
||||
icon = 'icons/obj/monitors.dmi'
|
||||
icon_state = "alarm_bitem"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
m_amt = 2*CC_PER_SHEET_METAL
|
||||
melt_temperature = MELTPOINT_STEEL
|
||||
w_type = RECYK_METAL
|
||||
@@ -1239,7 +1240,8 @@ Code shamelessly copied from apc_frame
|
||||
desc = "Used for building Fire Alarms"
|
||||
icon = 'icons/obj/monitors.dmi'
|
||||
icon_state = "fire_bitem"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
m_amt=2*CC_PER_SHEET_METAL
|
||||
melt_temperature = MELTPOINT_STEEL
|
||||
w_type = RECYK_METAL
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon_state = "yellow"
|
||||
density = 1
|
||||
var/health = 100.0
|
||||
flags = FPRINT | CONDUCT
|
||||
flags = FPRINT
|
||||
siemens_coefficient = 1
|
||||
|
||||
var/valve_open = 0
|
||||
var/release_pressure = ONE_ATMOSPHERE
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
center = locate(x+center_x, y+center_y, z)
|
||||
if(center)
|
||||
for(var/obj/M in orange(magnetic_field, center))
|
||||
if(!M.anchored && (M.flags & CONDUCT))
|
||||
if(!M.anchored && (M.is_conductor()))
|
||||
step_towards(M, center)
|
||||
|
||||
for(var/mob/living/silicon/S in orange(magnetic_field, center))
|
||||
|
||||
@@ -330,7 +330,8 @@
|
||||
// var/maxshieldload = 200
|
||||
var/obj/structure/cable/attached // the attached cable
|
||||
var/storedpower = 0
|
||||
flags = FPRINT | CONDUCT
|
||||
flags = FPRINT
|
||||
siemens_coefficient = 1
|
||||
use_power = 0
|
||||
|
||||
machine_flags = WRENCHMOVE | FIXED2WORK
|
||||
|
||||
@@ -872,7 +872,8 @@
|
||||
desc = "Wall-mounted Medical Equipment dispenser."
|
||||
icon = 'icons/obj/vending.dmi'
|
||||
icon_state = "wallmed_frame0"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/wallmed_frame/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
..()
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
icon = 'icons/mecha/mech_construct.dmi'
|
||||
icon_state = "blank"
|
||||
w_class = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
origin_tech = "programming=2;materials=2"
|
||||
|
||||
|
||||
@@ -15,7 +16,8 @@
|
||||
name="Mecha Chassis"
|
||||
icon_state = "backbone"
|
||||
var/datum/construction/construct
|
||||
flags = FPRINT | CONDUCT
|
||||
flags = FPRINT
|
||||
siemens_coefficient = 1
|
||||
|
||||
attackby(obj/item/W as obj, mob/user as mob)
|
||||
if(!construct || !construct.action(W, user))
|
||||
@@ -329,7 +331,8 @@
|
||||
icon_state = "std_mod"
|
||||
item_state = "circuitboard"
|
||||
board_type = "other"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
w_class = 2.0
|
||||
throwforce = 5.0
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
//var/heat_transfer_coefficient = 1 //0 prevents all transfers, 1 is invisible
|
||||
var/gas_transfer_coefficient = 1 // for leaking gas from turf to mask and vice-versa (for masks right now, but at some point, i'd like to include space helmets)
|
||||
var/permeability_coefficient = 1 // for chemicals/diseases
|
||||
var/siemens_coefficient = 1 // for electrical admittance/conductance (electrocution checks and shit)
|
||||
siemens_coefficient = 1 // for electrical admittance/conductance (electrocution checks and shit) - 0 is not conductive, 1 is conductive - this is a range, not binary
|
||||
var/slowdown = 0 // How much clothing is slowing you down. Negative values speeds you up
|
||||
var/canremove = 1 //Mostly for Ninja code at this point but basically will not allow the item to be removed if set to 0. /N
|
||||
var/armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
desc = "Used for repairing or building airlock controllers"
|
||||
icon = 'icons/obj/airlock_machines.dmi'
|
||||
icon_state = "airlock_control_build0"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/airlock_controller_frame/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
..()
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
desc = "Used for repairing or building APCs"
|
||||
icon = 'icons/obj/apc_repair.dmi'
|
||||
icon_state = "apc_frame"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_type=RECYK_METAL
|
||||
|
||||
/obj/item/apc_frame/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
@@ -53,7 +54,8 @@
|
||||
desc = "Used for repairing or building intercoms"
|
||||
icon = 'icons/obj/radio.dmi'
|
||||
icon_state = "intercom_frame"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_type=RECYK_METAL
|
||||
|
||||
/obj/item/intercom_frame/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
/obj/item/device/chameleon
|
||||
name = "chameleon-projector"
|
||||
icon_state = "shield0"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS| USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
item_state = "electronic"
|
||||
throwforce = 5.0
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
desc = "Can be used to decipher a Nuclear Bomb's activation code"
|
||||
icon_state = "codebreaker"
|
||||
item_state = "electronic"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
w_class = 2.0
|
||||
throwforce = 5.0
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
name = "debugger"
|
||||
desc = "Used to debug electronic equipment."
|
||||
icon_state = "hacktool-g"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
w_class = 2.0
|
||||
throwforce = 5.0
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
w_class = 2.0
|
||||
throw_speed = 4
|
||||
throw_range = 10
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
attack_verb = list("rang")
|
||||
hitsound = 'sound/machines/ding2.ogg'
|
||||
m_amt = 3750
|
||||
@@ -234,7 +235,8 @@
|
||||
w_class = 2.0
|
||||
throw_speed = 4
|
||||
throw_range = 10
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
m_amt = 3750
|
||||
w_type = RECYK_METAL
|
||||
melt_temperature=MELTPOINT_STEEL
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
w_class = 1.0
|
||||
throw_speed = 4
|
||||
throw_range = 10
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
origin_tech = "magnets=2;combat=1"
|
||||
|
||||
var/times_used = 0 //Number of times it's been used.
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
icon_state = "flashlight"
|
||||
item_state = "flashlight"
|
||||
w_class = 2
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
m_amt = 50
|
||||
g_amt = 20
|
||||
@@ -107,7 +108,8 @@
|
||||
desc = "A pen-sized light, used by medical staff."
|
||||
icon_state = "penlight"
|
||||
item_state = ""
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
brightness_on = 2
|
||||
|
||||
|
||||
@@ -119,7 +121,8 @@
|
||||
item_state = "lamp"
|
||||
brightness_on = 5
|
||||
w_class = 4
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
m_amt = 0
|
||||
g_amt = 0
|
||||
on = 1
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
icon_state = "lightreplacer0"
|
||||
item_state = "electronic"
|
||||
|
||||
flags = FPRINT | CONDUCT
|
||||
flags = FPRINT
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
origin_tech = "magnets=3;materials=2"
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
icon_state = "maracas"
|
||||
item_state = "maracas"
|
||||
w_class = 1.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
var/emagged = 0//our maracas are different - Deity Link
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "mat_synthoff"
|
||||
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 3.0
|
||||
origin_tech = "engineering=4;materials=5;power=3"
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon_state = "megaphone"
|
||||
item_state = "radio"
|
||||
w_class = 1.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
var/spamcheck = 0
|
||||
var/emagged = 0
|
||||
@@ -71,7 +72,8 @@
|
||||
icon_state = "soundsynth"
|
||||
item_state = "radio"
|
||||
w_class = 1.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
var/spam_flag = 0 //To prevent mashing the button to cause annoyance like a huge idiot.
|
||||
var/sound_flag = 1
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
name = "multitool"
|
||||
desc = "Used for pulsing wires to test which to cut. Not recommended by doctors."
|
||||
icon_state = "multitool"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
w_class = 2.0
|
||||
throwforce = 5.0
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
icon_state = "powersink0"
|
||||
item_state = "electronic"
|
||||
w_class = 4.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
throwforce = 5
|
||||
throw_speed = 1
|
||||
throw_range = 2
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon_state = "electropack0"
|
||||
item_state = "electropack"
|
||||
frequency = 1449
|
||||
flags = FPRINT | CONDUCT | TABLEPASS
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BACK
|
||||
w_class = 5.0
|
||||
g_amt = 2500
|
||||
|
||||
@@ -26,7 +26,8 @@ var/GLOBAL_RADIO_TYPE = 1 // radio type to use
|
||||
var/syndie = 0//Holder to see if it's a syndicate encrpyed radio
|
||||
var/maxf = 1499
|
||||
// "Example" = FREQ_LISTENING|FREQ_BROADCASTING
|
||||
flags = FPRINT | CONDUCT | TABLEPASS
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throw_speed = 2
|
||||
throw_range = 9
|
||||
|
||||
@@ -79,7 +79,8 @@ REAGENT SCANNER
|
||||
icon_state = "health"
|
||||
item_state = "analyzer"
|
||||
desc = "A hand-held body scanner able to distinguish vital signs of the subject."
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 3
|
||||
w_class = 1.0
|
||||
@@ -233,7 +234,8 @@ REAGENT SCANNER
|
||||
icon_state = "atmos"
|
||||
item_state = "analyzer"
|
||||
w_class = 2.0
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 5
|
||||
throw_speed = 4
|
||||
@@ -305,7 +307,8 @@ REAGENT SCANNER
|
||||
icon_state = "spectrometer"
|
||||
item_state = "analyzer"
|
||||
w_class = 2.0
|
||||
flags = FPRINT | TABLEPASS| CONDUCT | OPENCONTAINER
|
||||
flags = FPRINT | TABLEPASS| OPENCONTAINER
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 5
|
||||
throw_speed = 4
|
||||
@@ -377,7 +380,8 @@ REAGENT SCANNER
|
||||
icon_state = "spectrometer"
|
||||
item_state = "analyzer"
|
||||
w_class = 2.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 5
|
||||
throw_speed = 4
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
var/list/storedinfo = new/list()
|
||||
var/list/timestamp = new/list()
|
||||
var/canprint = 1
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
throwforce = 2
|
||||
throw_speed = 4
|
||||
throw_range = 20
|
||||
|
||||
@@ -22,7 +22,8 @@ effective or pretty fucking useless.
|
||||
w_class = 1.0
|
||||
throw_speed = 4
|
||||
throw_range = 10
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
item_state = "electronic"
|
||||
origin_tech = "magnets=3;combat=3;syndicate=3"
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon_state = "voice0"
|
||||
item_state = "flashbang" //looks exactly like a flash (and nothing like a flashbang)
|
||||
w_class = 1.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
var/spamcheck = 0
|
||||
var/emagged = 0
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
icon = 'icons/obj/robot_parts.dmi'
|
||||
item_state = "buildpipe"
|
||||
icon_state = "blank"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
w_type=RECYK_ELECTRONIC
|
||||
var/list/part = null
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
desc = "Some rods. Can be used for building, or something."
|
||||
singular_name = "metal rod"
|
||||
icon_state = "rods"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 3.0
|
||||
force = 9.0
|
||||
throwforce = 15.0
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
throwforce = 5.0
|
||||
throw_speed = 5
|
||||
throw_range = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
max_amount = 60
|
||||
|
||||
/obj/item/stack/light_w/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||
|
||||
@@ -214,7 +214,8 @@ var/global/list/datum/stack_recipe/phazon_recipes = list()
|
||||
perunit = 1500
|
||||
melt_temperature = MELTPOINT_PLASTIC
|
||||
throwforce = 15.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
origin_tech = "materials=9"
|
||||
|
||||
/obj/item/stack/sheet/mineral/phazon/New(var/loc, var/amount=null)
|
||||
|
||||
@@ -87,7 +87,8 @@ var/global/list/datum/stack_recipe/metal_recipes = list ( \
|
||||
m_amt = 3750
|
||||
w_type = RECYK_METAL
|
||||
throwforce = 14.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
origin_tech = "materials=1"
|
||||
melt_temperature = MELTPOINT_STEEL
|
||||
|
||||
@@ -123,7 +124,8 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \
|
||||
m_amt = 3750 // Was 7500, which doesn't make any fucking sense
|
||||
perunit = 2875 //average of plasma and metal
|
||||
throwforce = 15.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
origin_tech = "materials=2"
|
||||
w_type = RECYK_METAL
|
||||
melt_temperature = MELTPOINT_STEEL+500
|
||||
|
||||
@@ -8,7 +8,8 @@
|
||||
throwforce = 5.0
|
||||
throw_speed = 5
|
||||
throw_range = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
max_amount = 60
|
||||
attack_verb = list("bashed", "battered", "bludgeoned", "thrashed", "smashed")
|
||||
var/on = 1
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
throwforce = 15.0
|
||||
throw_speed = 5
|
||||
throw_range = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
max_amount = 60
|
||||
|
||||
/obj/item/stack/tile/plasteel/New()
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
throwforce = 1.0
|
||||
throw_speed = 5
|
||||
throw_range = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
max_amount = 60
|
||||
origin_tech = "biotech=1"
|
||||
|
||||
@@ -35,7 +36,8 @@
|
||||
throwforce = 1.0
|
||||
throw_speed = 5
|
||||
throw_range = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
max_amount = 60
|
||||
|
||||
/*
|
||||
@@ -51,5 +53,6 @@
|
||||
throwforce = 1.0
|
||||
throw_speed = 5
|
||||
throw_range = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
max_amount = 60
|
||||
@@ -126,7 +126,8 @@
|
||||
icon = 'icons/obj/gun.dmi'
|
||||
icon_state = "revolver"
|
||||
item_state = "gun"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
w_class = 3.0
|
||||
g_amt = 10
|
||||
@@ -185,7 +186,8 @@
|
||||
desc = "There are 7 caps left! Make sure to recyle the box in an autolathe when it gets empty."
|
||||
icon = 'icons/obj/ammo.dmi'
|
||||
icon_state = "357-7"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 1.0
|
||||
g_amt = 10
|
||||
m_amt = 10
|
||||
@@ -353,7 +355,8 @@
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "katana"
|
||||
item_state = "katana"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT | SLOT_BACK
|
||||
force = 5
|
||||
throwforce = 5
|
||||
@@ -613,7 +616,8 @@
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "katana"
|
||||
item_state = "katana"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT | SLOT_BACK
|
||||
force = 5
|
||||
throwforce = 5
|
||||
@@ -650,7 +654,8 @@
|
||||
icon_state = "megaphone"
|
||||
item_state = "radio"
|
||||
w_class = 1.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
var/spamcheck = 0
|
||||
|
||||
|
||||
@@ -12,7 +12,8 @@ RCD
|
||||
opacity = 0
|
||||
density = 0
|
||||
anchored = 0.0
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 10.0
|
||||
throwforce = 10.0
|
||||
throw_speed = 1
|
||||
|
||||
@@ -135,7 +135,8 @@ var/global/list/RPD_recipes=list(
|
||||
opacity = 0
|
||||
density = 0
|
||||
anchored = 0.0
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 10.0
|
||||
throwforce = 10.0
|
||||
throw_speed = 1
|
||||
|
||||
@@ -12,7 +12,8 @@ Refactored AI modules by N3X15
|
||||
icon_state = "std_mod"
|
||||
item_state = "circuitboard"
|
||||
desc = "An AI Module for transmitting encrypted instructions to the AI."
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
w_class = 2.0
|
||||
throwforce = 5.0
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
/obj/item/weapon/planning_frame
|
||||
name = "planning frame"
|
||||
desc = "A large circuit board with slots for AI modules. Used for planning a law set."
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
w_class = 2.0
|
||||
throwforce = 5.0
|
||||
|
||||
@@ -12,7 +12,8 @@
|
||||
w_type = RECYK_ELECTRONIC
|
||||
origin_tech = "engineering=1"
|
||||
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
var/obj/item/device/toner/ink = null
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
|
||||
m_amt = 120
|
||||
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
var/use_name
|
||||
|
||||
|
||||
@@ -479,7 +479,8 @@ CIGARETTE PACKETS ARE IN FANCY.DM
|
||||
var/icon_off = "lighter-g"
|
||||
w_class = 1
|
||||
throwforce = 4
|
||||
flags = TABLEPASS | CONDUCT
|
||||
flags = TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
attack_verb = list("burnt", "singed")
|
||||
var/lit = 0
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
icon_state = "fire_extinguisher0"
|
||||
item_state = "fire_extinguisher"
|
||||
hitsound = 'sound/weapons/smash.ogg'
|
||||
flags = FPRINT | USEDELAY | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | USEDELAY | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
throwforce = 10
|
||||
w_class = 3.0
|
||||
throw_speed = 2
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon = 'icons/obj/flamethrower.dmi'
|
||||
icon_state = "flamethrowerbase"
|
||||
item_state = "flamethrower_0"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT | USEDELAY // USEDELAY flag needed in order to use afterattack() for things that are not in reach. I.E: Shooting flames.
|
||||
flags = FPRINT | TABLEPASS| USEDELAY // USEDELAY flag needed in order to use afterattack() for things that are not in reach. I.E: Shooting flames.
|
||||
siemens_coefficient = 1
|
||||
force = 3.0
|
||||
throwforce = 10.0
|
||||
throw_speed = 1
|
||||
|
||||
@@ -23,7 +23,8 @@
|
||||
item_state = "flashbang"
|
||||
throw_speed = 4
|
||||
throw_range = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
var/assembled = 0
|
||||
active = 1
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
item_state = "flashbang"
|
||||
throw_speed = 4
|
||||
throw_range = 20
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
var/active = 0
|
||||
var/det_time = 50
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
gender = PLURAL
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "handcuff"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 5
|
||||
w_class = 2.0
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
throwforce = 5.0
|
||||
throw_speed = 3
|
||||
throw_range = 5
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
origin_tech = "materials=1"
|
||||
attack_verb = list("attacked", "stabbed", "poked")
|
||||
|
||||
@@ -159,7 +160,8 @@
|
||||
icon = 'icons/obj/kitchen.dmi'
|
||||
icon_state = "knife"
|
||||
desc = "A general purpose Chef's Knife made by SpaceCook Incorporated. Guaranteed to stay sharp for years to come."
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 10.0
|
||||
w_class = 3.0
|
||||
throwforce = 6.0
|
||||
@@ -192,7 +194,8 @@
|
||||
icon_state = "butch"
|
||||
hitsound = "sound/weapons/rapidslice.ogg"
|
||||
desc = "A huge thing used for chopping and chopping up meat. This includes clowns and clown-by-products."
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 15.0
|
||||
w_class = 2.0
|
||||
throwforce = 8.0
|
||||
@@ -291,7 +294,8 @@
|
||||
throw_speed = 1
|
||||
throw_range = 5
|
||||
w_class = 3.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
m_amt = 3000
|
||||
w_type = RECYK_METAL
|
||||
melt_temperature = MELTPOINT_STEEL
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
throw_speed = 1
|
||||
throw_range = 5
|
||||
w_class = 3.0
|
||||
flags = FPRINT | CONDUCT | NOSHIELD | TABLEPASS
|
||||
flags = FPRINT | NOSHIELD | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
origin_tech = "combat=3"
|
||||
attack_verb = list("attacked", "chopped", "cleaved", "torn", "cut")
|
||||
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon_state = "chain"
|
||||
item_state = "chain"
|
||||
hitsound = "sound/weapons/whip.ogg"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
force = 10
|
||||
throwforce = 7
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
desc = "A shield adept at blocking blunt objects from connecting with the torso of the shield wielder."
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "riot"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BACK
|
||||
force = 5.0
|
||||
throwforce = 5.0
|
||||
@@ -60,7 +61,8 @@
|
||||
desc = "A shield capable of stopping most projectile and melee attacks. It can be retracted, expanded, and stored anywhere."
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "eshield0" // eshield1 for expanded
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 3.0
|
||||
throwforce = 5.0
|
||||
throw_speed = 1
|
||||
@@ -81,7 +83,8 @@
|
||||
icon = 'icons/obj/device.dmi'
|
||||
icon_state = "shield0"
|
||||
var/active = 0.0
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
item_state = "electronic"
|
||||
throwforce = 10.0
|
||||
throw_speed = 2
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
name = "briefcase"
|
||||
desc = "It's made of AUTHENTIC faux-leather and has a price-tag still attached. Its owner must be a real professional."
|
||||
icon_state = "briefcase"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 8.0
|
||||
throw_speed = 1
|
||||
throw_range = 4
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
icon_state = "red"
|
||||
item_state = "toolbox_red"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
throwforce = 10.0
|
||||
throw_speed = 1
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
g_amt = 5000 // OH COME ON, WHERE THE FUCK IS THERE ANY GLASS IN A GODDAMN RETRACTOR
|
||||
melt_temperature = MELTPOINT_STEEL
|
||||
w_type = RECYK_METAL
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 1.0
|
||||
origin_tech = "materials=1;biotech=1"
|
||||
|
||||
@@ -140,7 +141,8 @@ LOOK FOR SURGERY.DM*/
|
||||
m_amt = 5000
|
||||
g_amt = 2500
|
||||
w_type = RECYK_METAL
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 1.0
|
||||
origin_tech = "materials=1;biotech=1"
|
||||
attack_verb = list("attacked", "pinched")
|
||||
@@ -281,7 +283,8 @@ LOOK FOR SURGERY.DM*/
|
||||
m_amt = 5000
|
||||
g_amt = 2500
|
||||
w_type = RECYK_ELECTRONIC
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 1.0
|
||||
origin_tech = "materials=1;biotech=1"
|
||||
attack_verb = list("burnt")
|
||||
@@ -377,7 +380,8 @@ LOOK FOR SURGERY.DM*/
|
||||
m_amt = 15000
|
||||
g_amt = 10000
|
||||
w_type = RECYK_ELECTRONIC
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 15.0
|
||||
w_class = 1.0
|
||||
origin_tech = "materials=1;biotech=1"
|
||||
@@ -397,7 +401,8 @@ LOOK FOR SURGERY.DM*/
|
||||
icon = 'icons/obj/surgery.dmi'
|
||||
icon_state = "scalpel"
|
||||
hitsound = "sound/weapons/bladeslice.ogg"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 10.0
|
||||
w_class = 1.0
|
||||
throwforce = 5.0
|
||||
@@ -681,7 +686,8 @@ LOOK FOR SURGERY.DM*/
|
||||
icon = 'icons/obj/surgery.dmi'
|
||||
icon_state = "saw3"
|
||||
hitsound = 'sound/weapons/circsawhit.ogg'
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 15.0
|
||||
w_class = 1.0
|
||||
throwforce = 9.0
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
name = "plasma tank"
|
||||
desc = "Contains dangerous plasma. Do not inhale. Warning: extremely flammable."
|
||||
icon_state = "plasma"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
slot_flags = null //they have no straps!
|
||||
|
||||
/obj/item/weapon/tank/plasma/New()
|
||||
@@ -114,7 +114,7 @@
|
||||
name = "emergency oxygen tank"
|
||||
desc = "Used for emergencies. Contains very little oxygen, so try to conserve it until you actually need it."
|
||||
icon_state = "emergency"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
slot_flags = SLOT_BELT
|
||||
w_class = 2.0
|
||||
force = 4.0
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
/obj/item/weapon/tank
|
||||
name = "tank"
|
||||
icon = 'icons/obj/tank.dmi'
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BACK
|
||||
|
||||
pressure_resistance = ONE_ATMOSPHERE*5
|
||||
|
||||
@@ -16,7 +16,8 @@
|
||||
var/frequency = 1451
|
||||
var/broadcasting = null
|
||||
var/listening = 1.0
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 2.0
|
||||
item_state = "electronic"
|
||||
throw_speed = 4
|
||||
|
||||
@@ -300,7 +300,8 @@ var/global/list/paint_variants = list(
|
||||
opacity = 0
|
||||
density = 0
|
||||
anchored = 0.0
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 10.0
|
||||
throwforce = 10.0
|
||||
throw_speed = 1
|
||||
|
||||
@@ -21,7 +21,8 @@
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "wrench"
|
||||
hitsound = "sound/weapons/smash.ogg"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
force = 5.0
|
||||
throwforce = 7.0
|
||||
@@ -48,7 +49,8 @@
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "screwdriver"
|
||||
hitsound = 'sound/weapons/toolhit.ogg'
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
force = 5.0
|
||||
w_class = 1.0
|
||||
@@ -133,7 +135,8 @@
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "cutters"
|
||||
hitsound = 'sound/weapons/toolhit.ogg'
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
force = 6.0
|
||||
throw_speed = 2
|
||||
@@ -172,7 +175,8 @@
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "welder"
|
||||
hitsound = 'sound/weapons/toolhit.ogg'
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
//Amount of OUCH when it's thrown
|
||||
@@ -482,7 +486,8 @@
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "crowbar"
|
||||
hitsound = "sound/weapons/toolhit.ogg"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
force = 5.0
|
||||
throwforce = 7.0
|
||||
@@ -535,7 +540,8 @@
|
||||
desc = "A professional conversion kit used to convert any knock off revolver into the real deal capable of shooting lethal .357 rounds without the possibility of catastrophic failure"
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "kit"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 2.0
|
||||
w_type = RECYK_MISC
|
||||
origin_tech = "combat=2"
|
||||
|
||||
@@ -92,7 +92,8 @@
|
||||
icon_state = "claymore"
|
||||
item_state = "claymore"
|
||||
hitsound = "sound/weapons/bloodyslice.ogg"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
force = 40
|
||||
throwforce = 10
|
||||
@@ -120,7 +121,8 @@
|
||||
icon_state = "katana"
|
||||
item_state = "katana"
|
||||
hitsound = "sound/weapons/bloodyslice.ogg"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT | SLOT_BACK
|
||||
force = 40
|
||||
throwforce = 10
|
||||
@@ -156,7 +158,8 @@ obj/item/weapon/wirerod
|
||||
desc = "A rod with some wire wrapped around the top. It'd be easy to attach something to the top bit."
|
||||
icon_state = "wiredrod"
|
||||
item_state = "rods"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 9
|
||||
throwforce = 10
|
||||
w_class = 3
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
var/unacidable = 0 //universal "unacidabliness" var, here so you can use it in any obj.
|
||||
animate_movement = 2
|
||||
var/throwforce = 1
|
||||
var/siemens_coefficient = 0 // for electrical admittance/conductance (electrocution checks and shit) - 0 is not conductive, 1 is conductive - this is a range, not binary
|
||||
|
||||
var/sharp = 0 // whether this object cuts
|
||||
var/edge = 0
|
||||
@@ -51,6 +52,11 @@
|
||||
slag = new(get_turf(src))
|
||||
slag.slaggify(src)
|
||||
|
||||
/obj/proc/is_conductor(var/siemens_min = 0.5)
|
||||
if(src.siemens_coefficient >= siemens_min)
|
||||
return 1
|
||||
return
|
||||
|
||||
/obj/proc/process()
|
||||
processing_objects.Remove(src)
|
||||
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
icon_state = "grille"
|
||||
density = 1
|
||||
anchored = 1
|
||||
flags = FPRINT | CONDUCT
|
||||
flags = FPRINT
|
||||
siemens_coefficient = 1
|
||||
pressure_resistance = 5*ONE_ATMOSPHERE
|
||||
layer = 2.9
|
||||
explosion_resistance = 5
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
icon_state = "rail"
|
||||
density = 0
|
||||
anchored = 1
|
||||
flags = FPRINT | CONDUCT
|
||||
flags = FPRINT
|
||||
siemens_coefficient = 1
|
||||
pressure_resistance = 5*ONE_ATMOSPHERE
|
||||
layer = 2.1
|
||||
explosion_resistance = 5
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
icon = 'icons/obj/objects.dmi'
|
||||
icon_state = "target_stake"
|
||||
density = 1
|
||||
flags = CONDUCT
|
||||
flags = 0
|
||||
siemens_coefficient = 1
|
||||
var/obj/item/target/pinned_target // the current pinned target
|
||||
|
||||
Move()
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
desc = "A small electronic device that should never exist."
|
||||
icon = 'icons/obj/assemblies/new_assemblies.dmi'
|
||||
icon_state = ""
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
w_class = 2.0
|
||||
m_amt = 100
|
||||
g_amt = 0
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
w_class = 3.0
|
||||
throw_speed = 2
|
||||
throw_range = 4
|
||||
flags = FPRINT | TABLEPASS| CONDUCT //Copied this from old code, so this may or may not be necessary
|
||||
flags = FPRINT | TABLEPASS //Copied this from old code, so this may or may not be necessary
|
||||
siemens_coefficient = 1
|
||||
var/status = 0 //0 - not readied //1 - bomb finished with welder
|
||||
var/obj/item/device/assembly_holder/bombassembly = null //The first part of the bomb is an assembly holder, holding an igniter+some device
|
||||
var/obj/item/weapon/tank/bombtank = null //the second part of the bomb is a plasma tank
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
icon = 'icons/obj/assemblies/new_assemblies.dmi'
|
||||
icon_state = "holder"
|
||||
item_state = "assembly"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
throwforce = 5
|
||||
w_class = 2.0
|
||||
throw_speed = 3
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
var/obj/item/device/radio/electropack/part2 = null
|
||||
var/status = 0
|
||||
w_class = 5.0
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/assembly/shock_kit/Destroy()
|
||||
del(part1)
|
||||
|
||||
@@ -55,7 +55,8 @@
|
||||
desc = "Suit for a cyborg costume."
|
||||
icon_state = "death"
|
||||
item_state = "death"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
fire_resist = T0C+5200
|
||||
flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
var/list/stored = list()
|
||||
w_class = 3.0
|
||||
item_state = "electronic"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
attackby(obj/item/weapon/f_card/W as obj, mob/user as mob)
|
||||
|
||||
@@ -220,7 +220,8 @@
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "hoe"
|
||||
item_state = "hoe"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | NOBLUDGEON
|
||||
flags = FPRINT | TABLEPASS | NOBLUDGEON
|
||||
siemens_coefficient = 1
|
||||
force = 5.0
|
||||
throwforce = 7.0
|
||||
w_class = 2.0
|
||||
@@ -313,7 +314,8 @@
|
||||
desc = "A very sharp axe blade upon a short fibremetal handle. It has a long history of chopping things, but now it is used for chopping wood."
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "hatchet"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 12.0
|
||||
w_class = 2.0
|
||||
throwforce = 15.0
|
||||
|
||||
@@ -819,7 +819,8 @@
|
||||
icon_state = "mining"
|
||||
item_state = "analyzer"
|
||||
w_class = 2.0
|
||||
flags = CONDUCT
|
||||
flags = 0
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
var/cooldown = 0
|
||||
|
||||
|
||||
@@ -188,7 +188,8 @@ proc/move_mining_shuttle()
|
||||
name = "pickaxe"
|
||||
icon = 'icons/obj/items.dmi'
|
||||
icon_state = "pickaxe"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
force = 15.0
|
||||
throwforce = 4.0
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon = 'icons/obj/storage.dmi'
|
||||
name = "Money bag"
|
||||
icon_state = "moneybag"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 10.0
|
||||
throwforce = 2.0
|
||||
w_class = 4.0
|
||||
|
||||
@@ -291,7 +291,8 @@
|
||||
icon = 'icons/obj/items.dmi'
|
||||
name = "Coin"
|
||||
icon_state = "coin"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
force = 0.0
|
||||
throwforce = 0.0
|
||||
w_class = 1.0
|
||||
|
||||
@@ -164,7 +164,8 @@
|
||||
icon_state = "robotanalyzer"
|
||||
item_state = "analyzer"
|
||||
desc = "A hand-held scanner able to diagnose robotic injuries."
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 3
|
||||
w_class = 1.0
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon_state = "std_module"
|
||||
w_class = 100.0
|
||||
item_state = "electronic"
|
||||
flags = FPRINT|TABLEPASS | CONDUCT
|
||||
flags = FPRINT|TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
|
||||
var/list/modules = list()
|
||||
var/obj/item/emag = null
|
||||
|
||||
@@ -102,7 +102,8 @@
|
||||
icon_state = "polaroid"
|
||||
item_state = "polaroid"
|
||||
w_class = 2.0
|
||||
flags = FPRINT | CONDUCT | USEDELAY | TABLEPASS
|
||||
flags = FPRINT | USEDELAY | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
m_amt = 2000
|
||||
w_type = RECYK_ELECTRONIC
|
||||
|
||||
@@ -234,7 +234,8 @@ proc/cardinalrange(var/center)
|
||||
icon_state = "box"
|
||||
item_state = "electronic"
|
||||
w_class = 4.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
throwforce = 5
|
||||
throw_speed = 1
|
||||
throw_range = 2
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
shock(user, 5, 0.2)
|
||||
|
||||
else
|
||||
if (W.flags & CONDUCT)
|
||||
if (W.is_conductor())
|
||||
shock(user, 50, 0.7)
|
||||
|
||||
src.add_fingerprint(user)
|
||||
@@ -187,7 +187,8 @@
|
||||
throw_range = 5
|
||||
m_amt = CC_PER_SHEET_METAL
|
||||
w_type = RECYK_METAL
|
||||
flags = TABLEPASS | USEDELAY | FPRINT | CONDUCT
|
||||
flags = TABLEPASS | USEDELAY | FPRINT
|
||||
siemens_coefficient = 1.5 //extra conducting
|
||||
slot_flags = SLOT_BELT
|
||||
item_state = "coil_red"
|
||||
attack_verb = list("whipped", "lashed", "disciplined", "flogged")
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
desc = "Used for building lights."
|
||||
icon = 'icons/obj/lighting.dmi'
|
||||
icon_state = "tube-construct-item"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
var/fixture_type = "tube"
|
||||
var/obj/machinery/light/newlight = null
|
||||
var/sheets_refunded = 2
|
||||
@@ -64,7 +65,8 @@
|
||||
desc = "Used for building small lights."
|
||||
icon = 'icons/obj/lighting.dmi'
|
||||
icon_state = "bulb-construct-item"
|
||||
flags = FPRINT | TABLEPASS| CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
fixture_type = "bulb"
|
||||
sheets_refunded = 1
|
||||
|
||||
@@ -393,7 +395,7 @@
|
||||
if(M == user)
|
||||
continue
|
||||
M.show_message("[user.name] smashed the light!", 3, "You hear a tinkle of breaking glass", 2)
|
||||
if(on && (W.flags & CONDUCT))
|
||||
if(on && (W.is_conductor()))
|
||||
//if(!user.mutations & M_RESIST_COLD)
|
||||
if (prob(12))
|
||||
electrocute_mob(user, get_area(src), src, 0.3)
|
||||
@@ -425,7 +427,7 @@
|
||||
return
|
||||
|
||||
user << "You stick \the [W] into the light socket!"
|
||||
if(has_power() && (W.flags & CONDUCT))
|
||||
if(has_power() && (W.is_conductor()))
|
||||
var/datum/effect/effect/system/spark_spread/s = new /datum/effect/effect/system/spark_spread
|
||||
s.set_up(3, 1, src)
|
||||
s.start()
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
desc = "A bullet casing."
|
||||
icon = 'icons/obj/ammo.dmi'
|
||||
icon_state = "s-casing"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
throwforce = 1
|
||||
w_class = 1.0
|
||||
@@ -32,7 +33,8 @@
|
||||
desc = "A box of ammo."
|
||||
icon_state = "357"
|
||||
icon = 'icons/obj/ammo.dmi'
|
||||
flags = FPRINT | TABLEPASS | CONDUCT
|
||||
flags = FPRINT | TABLEPASS
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
item_state = "syringe_kit"
|
||||
m_amt = 50000
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
icon = 'icons/obj/gun.dmi'
|
||||
icon_state = "detective"
|
||||
item_state = "gun"
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
m_amt = 2000
|
||||
w_type = RECYK_METAL
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
fire_sound = 'sound/weapons/ion.ogg'
|
||||
origin_tech = "combat=2;magnets=4"
|
||||
w_class = 4.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BACK
|
||||
charge_cost = 100
|
||||
projectile_type = "/obj/item/projectile/ion"
|
||||
@@ -36,7 +37,8 @@ var/available_staff_transforms=list("monkey","robot","slime","xeno","human","clu
|
||||
icon_state = "staffofchange"
|
||||
item_state = "staffofchange"
|
||||
fire_sound = 'sound/weapons/radgun.ogg'
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BACK
|
||||
w_class = 4.0
|
||||
charge_cost = 200
|
||||
|
||||
@@ -43,7 +43,8 @@
|
||||
icon_state = "crossbow"
|
||||
item_state = "crossbow-solid"
|
||||
w_class = 5.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT | SLOT_BACK
|
||||
|
||||
w_class = 3.0
|
||||
|
||||
@@ -15,7 +15,8 @@
|
||||
force = 4
|
||||
recoil = 1
|
||||
fire_delay = 10
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
caliber = list("flare" = 1)
|
||||
origin_tech = "combat=2;materials=2"
|
||||
ammo_type = "/obj/item/ammo_casing/shotgun/flare"
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
icon_state = "pneumatic"
|
||||
item_state = "pneumatic"
|
||||
w_class = 5.0
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BELT
|
||||
max_w_class = 3
|
||||
max_combined_w_class = 20
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
throw_speed = 4
|
||||
throw_range = 3
|
||||
fire_delay = 5
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BACK
|
||||
caliber = list("rpg" = 1)
|
||||
origin_tech = "combat=4;materials=2;syndicate=2"
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
max_shells = 4
|
||||
w_class = 4.0
|
||||
force = 10
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BACK
|
||||
caliber = list("shotgun" = 1, "flare" = 1) //flare shells are still shells
|
||||
origin_tech = "combat=4;materials=2"
|
||||
@@ -73,7 +74,8 @@
|
||||
max_shells = 2
|
||||
w_class = 4.0
|
||||
force = 10
|
||||
flags = FPRINT | TABLEPASS | CONDUCT | USEDELAY
|
||||
flags = FPRINT | TABLEPASS | USEDELAY
|
||||
siemens_coefficient = 1
|
||||
slot_flags = SLOT_BACK
|
||||
caliber = list("shotgun" = 1, "flare" = 1)
|
||||
origin_tech = "combat=3;materials=1"
|
||||
|
||||
@@ -275,7 +275,8 @@
|
||||
amount_per_transfer_from_this = 20
|
||||
possible_transfer_amounts = null
|
||||
volume = 150
|
||||
flags = FPRINT | CONDUCT | TABLEPASS | OPENCONTAINER
|
||||
flags = FPRINT | TABLEPASS | OPENCONTAINER
|
||||
siemens_coefficient = 1
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/golden_cup/tournament_26_06_2011
|
||||
desc = "A golden cup. It will be presented to a winner of tournament 26 june and name of the winner will be graved on it."
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user