mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fluff item request updated
-Deleted the place holder for the modkit
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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),
|
||||||
)
|
)
|
||||||
@@ -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 |
Reference in New Issue
Block a user