mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Removes conductive flags from VR stuff
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
icon = 'icons/mob/dogborg_vr.dmi'
|
||||
icon_state = "jaws"
|
||||
desc = "The jaws of the law."
|
||||
flags = CONDUCT
|
||||
force = 10
|
||||
throwforce = 0
|
||||
hitsound = 'sound/weapons/bite.ogg'
|
||||
@@ -15,7 +14,6 @@
|
||||
icon = 'icons/mob/dogborg_vr.dmi'
|
||||
icon_state = "smalljaws"
|
||||
desc = "The jaws of a small dog."
|
||||
flags = CONDUCT
|
||||
force = 5
|
||||
throwforce = 0
|
||||
hitsound = 'sound/weapons/bite.ogg'
|
||||
@@ -32,7 +30,6 @@
|
||||
icon = 'icons/mob/dogborg_vr.dmi'
|
||||
icon_state = "jaws"
|
||||
desc = "The jaws of the law."
|
||||
flags = CONDUCT
|
||||
force = 10
|
||||
throwforce = 0
|
||||
hitsound = 'sound/weapons/bite.ogg'
|
||||
@@ -43,7 +40,6 @@
|
||||
icon = 'icons/mob/dogborg_vr.dmi'
|
||||
icon_state = "smalljaws"
|
||||
desc = "The jaws of a small dog."
|
||||
flags = CONDUCT
|
||||
force = 5
|
||||
throwforce = 0
|
||||
hitsound = 'sound/weapons/bite.ogg'
|
||||
@@ -57,7 +53,6 @@
|
||||
icon = 'icons/mob/dogborg_vr.dmi'
|
||||
icon_state = "nose"
|
||||
desc = "The BOOP module, a simple reagent and atmosphere sniffer."
|
||||
flags = CONDUCT
|
||||
force = 0
|
||||
throwforce = 0
|
||||
attack_verb = list("nuzzled", "nosed", "booped")
|
||||
@@ -323,7 +318,6 @@
|
||||
icon = 'icons/mob/dogborg_vr.dmi'
|
||||
icon_state = "swordtail"
|
||||
desc = "A glowing pink dagger normally attached to the end of a cyborg's tail. It appears to be extremely sharp."
|
||||
flags = CONDUCT
|
||||
force = 20 //Takes 5 hits to 100-0
|
||||
sharp = 1
|
||||
edge = 1
|
||||
|
||||
@@ -126,11 +126,6 @@
|
||||
icon = 'icons/obj/gun.dmi'
|
||||
item_icons = null
|
||||
icon_state = "staffofchange"
|
||||
<<<<<<< HEAD
|
||||
fire_sound = 'sound/weapons/emitter.ogg'
|
||||
flags = CONDUCT
|
||||
=======
|
||||
>>>>>>> f093ebd... Merge pull request #5987 from Anewbe/shock_grilles
|
||||
slot_flags = SLOT_BACK
|
||||
w_class = ITEMSIZE_LARGE
|
||||
charge_cost = 480
|
||||
|
||||
@@ -278,7 +278,7 @@
|
||||
icon_override = 'icons/vore/custom_items_vr.dmi'
|
||||
item_state = "holochain_mob"
|
||||
|
||||
flags = CONDUCT | NOBLOODY
|
||||
flags = NOBLOODY
|
||||
slot_flags = SLOT_BELT
|
||||
force = 10
|
||||
throwforce = 3
|
||||
@@ -529,7 +529,6 @@
|
||||
icon_state = "browncane"
|
||||
item_icons = list (slot_r_hand_str = 'icons/vore/custom_items_vr.dmi', slot_l_hand_str = 'icons/vore/custom_items_vr.dmi')
|
||||
item_state_slots = list(slot_r_hand_str = "browncanemob_r", slot_l_hand_str = "browncanemob_l")
|
||||
flags = CONDUCT
|
||||
force = 5.0
|
||||
throwforce = 7.0
|
||||
w_class = ITEMSIZE_SMALL
|
||||
@@ -549,7 +548,6 @@
|
||||
icon_state = "alexiswand"
|
||||
item_icons = list (slot_r_hand_str = 'icons/vore/custom_items_vr.dmi', slot_l_hand_str = 'icons/vore/custom_items_vr.dmi')
|
||||
item_state_slots = list(slot_r_hand_str = "alexiswandmob_r", slot_l_hand_str = "alexiswandmob_l")
|
||||
flags = CONDUCT
|
||||
force = 1.0
|
||||
throwforce = 2.0
|
||||
w_class = ITEMSIZE_SMALL
|
||||
|
||||
@@ -188,7 +188,6 @@
|
||||
desc = "A miniature battery for an energy weapon."
|
||||
icon = 'icons/obj/ammo_vr.dmi'
|
||||
icon_state = "nsfw_batt"
|
||||
flags = CONDUCT
|
||||
slot_flags = SLOT_BELT | SLOT_EARS
|
||||
throwforce = 1
|
||||
w_class = ITEMSIZE_TINY
|
||||
|
||||
Reference in New Issue
Block a user