Merge pull request #9872 from mwerezak/earslot

Fixes #9514
This commit is contained in:
PsiOmegaDelta
2015-06-21 09:03:00 +02:00
22 changed files with 27 additions and 9 deletions
@@ -87,6 +87,7 @@
icon_state = "penlight"
item_state = ""
flags = CONDUCT
slot_flags = SLOT_EARS
brightness_on = 2
w_class = 1
@@ -6,6 +6,7 @@
icon_state = "cypherkey"
item_state = ""
w_class = 1
slot_flags = SLOT_EARS
var/translate_binary = 0
var/translate_hive = 0
var/syndie = 0
@@ -9,6 +9,7 @@
flags = CONDUCT
force = 5.0
w_class = 1.0
slot_flags = SLOT_EARS
throwforce = 5.0
throw_range = 15
throw_speed = 3
+3
View File
@@ -314,6 +314,7 @@
icon = 'icons/obj/toy.dmi'
icon_state = "foamdart"
w_class = 1.0
slot_flags = SLOT_EARS
/obj/effect/foam_dart_dummy
name = ""
@@ -486,6 +487,8 @@
icon = 'icons/obj/toy.dmi'
icon_state = "bosunwhistle"
var/cooldown = 0
w_class = 1
slot_flags = SLOT_EARS
/obj/item/toy/bosunwhistle/attack_self(mob/user as mob)
if(cooldown < world.time - 35)
@@ -38,6 +38,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
var/burnt = 0
var/smoketime = 5
w_class = 1.0
slot_flags = SLOT_EARS
origin_tech = "materials=1"
attack_verb = list("burnt", "singed")
@@ -210,6 +211,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
throw_speed = 0.5
item_state = "cigoff"
w_class = 1
slot_flags = SLOT_EARS
attack_verb = list("burnt", "singed")
icon_on = "cigon" //Note - these are in masks.dmi not in cigarette.dmi
icon_off = "cigoff"
@@ -294,6 +296,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
icon = 'icons/obj/clothing/masks.dmi'
icon_state = "cigbutt"
w_class = 1
slot_flags = SLOT_EARS
throwforce = 1
/obj/item/weapon/cigbutt/New()
@@ -5,6 +5,7 @@
icon = 'icons/obj/items.dmi'
icon_state = "lipstick"
w_class = 1.0
slot_flags = SLOT_EARS
var/colour = "red"
var/open = 0
@@ -71,6 +72,7 @@
name = "purple comb"
desc = "A pristine purple comb made from flexible plastic."
w_class = 1.0
slot_flags = SLOT_EARS
icon = 'icons/obj/items.dmi'
icon_state = "purplecomb"
item_state = "purplecomb"
@@ -9,6 +9,7 @@
throw_speed = 1
throw_range = 5
w_class = 1.0
slot_flags = SLOT_EARS
var/uses = 1
var/nofail
var/is_bullet = 0
+1 -1
View File
@@ -4,7 +4,7 @@
icon = 'icons/obj/wizard.dmi'
icon_state = "scroll"
var/uses = 4.0
w_class = 2.0
w_class = 1
item_state = "paper"
throw_speed = 4
throw_range = 20
@@ -83,6 +83,7 @@
sharp = 1
edge = 1
w_class = 1
slot_flags = SLOT_EARS
throwforce = 5.0
throw_speed = 3
throw_range = 5
+1 -1
View File
@@ -38,7 +38,7 @@
icon = 'icons/obj/items.dmi'
icon_state = "screwdriver"
flags = CONDUCT
slot_flags = SLOT_BELT
slot_flags = SLOT_BELT | SLOT_EARS
force = 5.0
w_class = 1.0
throwforce = 5.0