mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Smoking pipe icon fix. Eye-stab admin logging fix. Tasers now do halloss, representing non-lethal PAIN. http://baystation12.net/forums/viewtopic.php?f=5&t=7773 Tasers now check their target's limb for armor, and deflect if armored (Represented by coeffecient = 0). http://baystation12.net/forums/viewtopic.php?f=5&t=7772
23 lines
718 B
Plaintext
23 lines
718 B
Plaintext
/obj/item/clothing/under/syndicate
|
|
name = "tactical turtleneck"
|
|
desc = "It's some non-descript, slightly suspicious looking, civilian clothing."
|
|
icon_state = "syndicate"
|
|
item_state = "bl_suit"
|
|
color = "syndicate"
|
|
has_sensor = 0
|
|
armor = list(melee = 10, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
|
siemens_coefficient = 0
|
|
|
|
/obj/item/clothing/under/syndicate/combat
|
|
name = "combat turtleneck"
|
|
|
|
/obj/item/clothing/under/syndicate/tacticool
|
|
name = "\improper Tacticool turtleneck"
|
|
desc = "Just looking at it makes you want to buy an SKS, go into the woods, and -operate-."
|
|
icon_state = "tactifool"
|
|
item_state = "bl_suit"
|
|
color = "tactifool"
|
|
siemens_coefficient = 1
|
|
|
|
|