Finally (almost) - Saur and Sheri's fluff items.
Sadly Sheri's has sprite issues right now so only admin-spawnable (Really broken chest piece for idfk why, will investigate more eventually)
@@ -174,6 +174,17 @@
|
||||
/obj/item/device/modkit_conversion/fluff/art_hos_kit,
|
||||
/obj/item/clothing/under/rank/security/corp/fluf/art_uniform)
|
||||
|
||||
// *******
|
||||
// Dwaggy090
|
||||
// *******
|
||||
/obj/item/weapon/storage/box/fluff/saur
|
||||
name = "Saur's kit"
|
||||
desc = "A kit containing Saur's equipment."
|
||||
has_items = list(
|
||||
/obj/item/weapon/rig/medical/equipped/fluff/saur,
|
||||
/obj/item/weapon/storage/backpack/dufflebag/fluff/saur_dufflebag
|
||||
)
|
||||
|
||||
// ************
|
||||
// championfire
|
||||
// ************
|
||||
|
||||
@@ -0,0 +1,67 @@
|
||||
/obj/item/weapon/rig/hazmat/fluff/sheri
|
||||
name = "AHS-VPR Control Module"
|
||||
desc = "This is the control module for a prototype hazardous environment suit, designed to protect the wearer from radiation, pressure, and hostile aliens alike. This particular suit was designed to fit a naga, and is labeled as the model 'Viper'. A small tag on it marks it as belonging to a 'Sheri Calen'"
|
||||
icon = 'icons/vore/rig_yw/rigs_module.dmi'
|
||||
icon_state = "sheririg"
|
||||
icon_override = 'icons/vore/rig_yw/rigs_module_onmob.dmi'
|
||||
|
||||
chest_type = /obj/item/clothing/suit/space/rig/fluff/sheri
|
||||
helm_type = /obj/item/clothing/head/helmet/space/rig/hazmat/fluff/sheri
|
||||
boot_type = /obj/item/clothing/shoes/magboots/rig/fluff/sheri
|
||||
glove_type = /obj/item/clothing/gloves/gauntlets/rig/fluff/sheri
|
||||
|
||||
/obj/item/clothing/suit/space/rig/fluff/sheri
|
||||
icon = 'icons/vore/rigs_taur_yw.dmi'
|
||||
icon_override = 'icons/vore/rigs_taur_yw.dmi'
|
||||
|
||||
/obj/item/clothing/suit/space/rig/fluff/sheri
|
||||
mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0)
|
||||
item_state = icon_state
|
||||
pixel_x = -16
|
||||
update_icon()
|
||||
return 1
|
||||
|
||||
/obj/item/clothing/head/helmet/space/rig/hazmat/fluff/sheri
|
||||
icon = 'icons/vore/rig_yw/rigs_head.dmi'
|
||||
icon_override = 'icons/vore/rig_yw/rigs_head_onmob.dmi'
|
||||
|
||||
/obj/item/clothing/shoes/magboots/rig/fluff/sheri
|
||||
icon = 'icons/vore/rig_yw/rigs_shoes.dmi'
|
||||
icon_override = 'icons/vore/rig_yw/rigs_shoes_onmob.dmi'
|
||||
item_state = null
|
||||
|
||||
/obj/item/clothing/gloves/gauntlets/rig/fluff/sheri
|
||||
icon = 'icons/vore/rig_yw/rigs_gauntlets.dmi'
|
||||
icon_override = 'icons/vore/rig_yw/rigs_gauntlets_onmob.dmi'
|
||||
item_state = null
|
||||
|
||||
|
||||
|
||||
/obj/item/weapon/rig/medical/equipped/fluff/saur
|
||||
name = "AMR-DRGN"
|
||||
desc = "This seems to be a highly customized Medical RIG suit, coloured black and purple, and with an added extendable plating to include a pair of wings and a tail comfortably within the suits protection. There's a nametag on the chest piece, and on the control module itself, with the name 'Saur Darastrix' on it."
|
||||
icon = 'icons/vore/rig_yw/rigs_module.dmi'
|
||||
icon_state = "saurrig"
|
||||
icon_override = 'icons/vore/rig_yw/rigs_module_onmob.dmi'
|
||||
|
||||
chest_type = /obj/item/clothing/suit/space/rig/fluff/saur
|
||||
helm_type = /obj/item/clothing/head/helmet/space/rig/medical/fluff/saur
|
||||
boot_type = /obj/item/clothing/shoes/magboots/rig/fluff/saur
|
||||
glove_type = /obj/item/clothing/gloves/gauntlets/rig/fluff/saur
|
||||
|
||||
|
||||
/obj/item/clothing/suit/space/rig/fluff/saur
|
||||
icon = 'icons/vore/rig_yw/rigs_chest.dmi'
|
||||
icon_override = 'icons/vore/rig_yw/rigs_chest_onmob.dmi'
|
||||
|
||||
/obj/item/clothing/head/helmet/space/rig/medical/fluff/saur
|
||||
icon = 'icons/vore/rig_yw/rigs_head.dmi'
|
||||
icon_override = 'icons/vore/rig_yw/rigs_head_onmob.dmi'
|
||||
|
||||
/obj/item/clothing/shoes/magboots/rig/fluff/saur
|
||||
icon = 'icons/vore/rig_yw/rigs_shoes.dmi'
|
||||
icon_override = 'icons/vore/rig_yw/rigs_shoes_onmob.dmi'
|
||||
|
||||
/obj/item/clothing/gloves/gauntlets/rig/fluff/saur
|
||||
icon = 'icons/vore/rig_yw/rigs_gauntlets.dmi'
|
||||
icon_override = 'icons/vore/rig_yw/rigs_gauntlets_onmob.dmi'
|
||||
@@ -144,10 +144,11 @@ ckey: deathty
|
||||
character_name: Arthur Schutz
|
||||
item_path: /obj/item/weapon/storage/box/fluff/art
|
||||
}
|
||||
|
||||
{
|
||||
ckey: dwaggy90
|
||||
character_name: Saur Darastrix
|
||||
item_path: /obj/item/weapon/storage/backpack/dufflebag/fluff/saur_dufflebag
|
||||
item_path: /obj/item/weapon/storage/box/fluff/saur
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 182 B |
|
Before Width: | Height: | Size: 182 B |
|
After Width: | Height: | Size: 435 B |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 706 B |
|
After Width: | Height: | Size: 485 B |
|
After Width: | Height: | Size: 622 B |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 391 B |
|
Before Width: | Height: | Size: 182 B After Width: | Height: | Size: 182 B |
|
After Width: | Height: | Size: 486 B |
|
After Width: | Height: | Size: 521 B |
|
After Width: | Height: | Size: 2.0 KiB |
@@ -2797,6 +2797,7 @@
|
||||
#include "code\modules\vore\fluffstuff\custom_mecha_vr.dm"
|
||||
#include "code\modules\vore\fluffstuff\custom_mecha_yw.dm"
|
||||
#include "code\modules\vore\fluffstuff\custom_permits_vr.dm"
|
||||
#include "code\modules\vore\fluffstuff\custom_rigs_yw.dm"
|
||||
#include "code\modules\vore\fluffstuff\MadokaSpear.dm"
|
||||
#include "code\modules\vore\fluffstuff\nazirus_yw.dm"
|
||||
#include "code\modules\vore\fluffstuff\guns\bsharpoon.dm"
|
||||
|
||||