mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Duplicate of #1799
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
icon = 'icons/mob/human_races/cyberlimbs/_fluff_vr/serdykov.dmi'
|
||||
blood_color = "#ff6a00"
|
||||
unavailable_to_build = 1
|
||||
includes_tail = 1
|
||||
whitelisted_to = list("silencedmp5a5")
|
||||
|
||||
/obj/item/weapon/disk/limb/white_kryten
|
||||
|
||||
@@ -189,6 +189,13 @@
|
||||
/obj/item/weapon/gun/projectile/derringer/fluff/briana,
|
||||
/obj/item/fluff/permit/briana_moore)
|
||||
|
||||
//SilencedMP5A5:Serdykov Antoz
|
||||
/obj/item/weapon/storage/box/fluff/serdykov_antoz
|
||||
name = "Serdy's Weapon Box"
|
||||
has_items = list(
|
||||
/obj/item/fluff/permit/silencedmp5a5,
|
||||
/obj/item/weapon/gun/projectile/revolver/detective/fluff/serdy)
|
||||
|
||||
|
||||
/*
|
||||
Swimsuits, for general use, to avoid arriving to work with your swimsuit.
|
||||
|
||||
@@ -429,11 +429,12 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
|
||||
|
||||
//SilencedMP5A5:Serdykov Antoz
|
||||
/obj/item/clothing/suit/armor/vest/wolftaur/serdy //SilencedMP5A5's specialty armor suit.
|
||||
name = "Modified wolf-taur armor vest"
|
||||
name = "KSS-8 security armor"
|
||||
desc = "A set of armor made from pieces of many other armors. There are two orange holobadges on it, one on the chestplate, one on the steel flank plates. The holobadges appear to be russian in origin. 'Kosmicheskaya Stantsiya-8' is printed in faded white letters on one side, along the spine. It smells strongly of dog."
|
||||
species_restricted = null //Species restricted since all it cares about is a taur half
|
||||
icon_override = 'icons/mob/taursuits_vr.dmi' //Needs to be this since it's 64*32
|
||||
icon_state = "serdy_armor"
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS //It's a full body suit, minus hands and feet. Arms and legs should be protected, not just the torso. Retains normal security armor values still.
|
||||
mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0)
|
||||
if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/wolf))
|
||||
icon_override = 'icons/mob/taursuits_vr.dmi' //Just in case
|
||||
@@ -445,14 +446,15 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
|
||||
return 0
|
||||
|
||||
/obj/item/clothing/head/helmet/serdy //SilencedMP5A5's specialty helmet. Uncomment if/when they make their custom item app and are accepted.
|
||||
name = "Modified helmet"
|
||||
desc = "An old production model steel-ceramic lined helmet with a white stripe and a custom orange visor. It has ear holes, and smells of dog."
|
||||
name = "KSS-8 security helmet"
|
||||
desc = "desc = An old production model steel-ceramic lined helmet with a white stripe and a custom orange holographic visor. It has ear holes, and smells of dog. It's been heavily modified, and fitted with a metal mask to protect the jaw."
|
||||
icon = 'icons/vore/custom_clothes_vr.dmi'
|
||||
icon_state = "serdyhelm"
|
||||
|
||||
icon_override = 'icons/vore/custom_clothes_vr.dmi'
|
||||
item_state = "serdyhelm_mob"
|
||||
|
||||
/*
|
||||
//SilencedMP5A5:Serdykov Antoz
|
||||
/obj/item/device/modkit_conversion/fluff/serdykit
|
||||
name = "Serdykov's armor modification kit"
|
||||
@@ -465,6 +467,7 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
|
||||
from_suit = /obj/item/clothing/suit/armor/vest/wolftaur
|
||||
to_helmet = /obj/item/clothing/head/helmet/serdy
|
||||
to_suit = /obj/item/clothing/suit/armor/vest/wolftaur/serdy
|
||||
*/
|
||||
|
||||
//Lots of people are using this now.
|
||||
/obj/item/clothing/accessory/collar/khcrystal
|
||||
|
||||
@@ -520,19 +520,21 @@ item_path: /obj/item/clothing/glasses/sunglasses/fluff/alfonso
|
||||
{
|
||||
ckey: silencedmp5a5
|
||||
character_name: Serdykov Antoz
|
||||
item_path: /obj/item/device/modkit_conversion/fluff/serdykit
|
||||
item_path: /obj/item/weapon/storage/box/fluff/serdykov_antoz
|
||||
}
|
||||
|
||||
{
|
||||
ckey: silencedmp5a5
|
||||
character_name: Serdykov Antoz
|
||||
item_path: /obj/item/weapon/gun/projectile/revolver/detective/fluff/serdy
|
||||
item_path: /obj/item/clothing/head/helmet/serdy
|
||||
req_access = 1
|
||||
}
|
||||
|
||||
{
|
||||
ckey: silencedmp5a5
|
||||
character_name: Serdykov Antoz
|
||||
item_path: /obj/item/fluff/permit/silencedmp5a5
|
||||
item_path: /obj/item/clothing/suit/armor/vest/wolftaur/serdy
|
||||
req_access = 1
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 153 KiB |
Reference in New Issue
Block a user