mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Attack log now logs punches. Only when a human hits another human tho.
New glove colors: red, orange, purple, blue, green, gray, light brown, brown New sprite for pirate and mime jumpsuit item Satchel added as an alternative to the backpack, not in game yet Sprites can be considered as WIP git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1765 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -100,3 +100,51 @@
|
||||
permeability_coefficient = 0.9
|
||||
protective_temperature = 400
|
||||
heat_transfer_coefficient = 0.70
|
||||
|
||||
/obj/item/clothing/gloves/orange
|
||||
name = "Orange Gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
icon_state = "orange"
|
||||
item_state = "orangegloves"
|
||||
|
||||
/obj/item/clothing/gloves/red
|
||||
name = "Red Gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
icon_state = "red"
|
||||
item_state = "redgloves"
|
||||
|
||||
/obj/item/clothing/gloves/blue
|
||||
name = "Blue Gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
icon_state = "blue"
|
||||
item_state = "bluegloves"
|
||||
|
||||
/obj/item/clothing/gloves/purple
|
||||
name = "Purple Gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
icon_state = "purple"
|
||||
item_state = "purplegloves"
|
||||
|
||||
/obj/item/clothing/gloves/green
|
||||
name = "Green Gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
icon_state = "green"
|
||||
item_state = "greengloves"
|
||||
|
||||
/obj/item/clothing/gloves/gray
|
||||
name = "Gray Gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
icon_state = "gray"
|
||||
item_state = "graygloves"
|
||||
|
||||
/obj/item/clothing/gloves/light_brown
|
||||
name = "Light Brown Gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
icon_state = "lightbrown"
|
||||
item_state = "lightbrowngloves"
|
||||
|
||||
/obj/item/clothing/gloves/brown
|
||||
name = "Brown Gloves"
|
||||
desc = "A pair of gloves, they don't look special in any way."
|
||||
icon_state = "brown"
|
||||
item_state = "browngloves"
|
||||
@@ -109,6 +109,11 @@
|
||||
desc = "A very robust backpack."
|
||||
icon_state = "securitypack"
|
||||
|
||||
/obj/item/weapon/storage/backpack/satchel
|
||||
name = "Satchel"
|
||||
desc = "A very robust satchel to wear on your back."
|
||||
icon_state = "satchel"
|
||||
|
||||
/obj/item/weapon/storage/backpack/industrial
|
||||
name = "industrial backpack"
|
||||
desc = "A tough backpack for the daily grind"
|
||||
|
||||
Reference in New Issue
Block a user