Fluff item request updated

-Deleted the place holder for the modkit
This commit is contained in:
Keila-coon
2019-12-01 02:38:52 -04:30
parent bd20725406
commit e10c7d4482
4 changed files with 3 additions and 10 deletions

View File

@@ -599,14 +599,6 @@
ckeywhitelist = list("lawst") ckeywhitelist = list("lawst")
character_name = list("Domine Brisillidine") character_name = list("Domine Brisillidine")
/datum/gear/fluff/domine_gun_kit
path = /obj/item/device/modkit_conversion/fluff/domine_suit_kit
display_name = "Domine's modkit"
description = "A kit containing all the needed tools and parts to modify the Frontier Phaser"
ckeywhitelist = list("lawst")
character_name = list("Domine Brisillidine")
allowed_roles = list("Explorer", "Pathfinder")
//lukevale //lukevale
//Mira Rezus //Mira Rezus
/datum/gear/fluff/mira_1 /datum/gear/fluff/mira_1

View File

@@ -852,4 +852,4 @@
list(mode_name="lethal", fire_delay=12, projectile_type=/obj/item/projectile/beam, modifystate="holdoutkill", charge_cost = 600), list(mode_name="lethal", fire_delay=12, projectile_type=/obj/item/projectile/beam, modifystate="holdoutkill", charge_cost = 600),
list(mode_name="low-power", fire_delay=8, projectile_type=/obj/item/projectile/beam/weaklaser, modifystate="holdoutstun", charge_cost = 120), list(mode_name="low-power", fire_delay=8, projectile_type=/obj/item/projectile/beam/weaklaser, modifystate="holdoutstun", charge_cost = 120),
list(mode_name="stun", fire_delay=12, projectile_type=/obj/item/projectile/beam/stun/med, modifystate="holdoutshock", charge_cost = 300), list(mode_name="stun", fire_delay=12, projectile_type=/obj/item/projectile/beam/stun/med, modifystate="holdoutshock", charge_cost = 300),
) )

View File

@@ -566,4 +566,5 @@
icon_state = "modkit" icon_state = "modkit"
from_suit = /obj/item/clothing/suit/storage/hooded/explorer from_suit = /obj/item/clothing/suit/storage/hooded/explorer
to_suit = /obj/item/clothing/suit/storage/hooded/fluff/mocha_suit to_suit = /obj/item/clothing/suit/storage/hooded/fluff/mocha_suit

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB