mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
fluff item
This commit is contained in:
@@ -61,9 +61,9 @@
|
||||
character_name = list("Xander Bevin")
|
||||
|
||||
/datum/gear/fluff/charlotte_cigarettes
|
||||
path = /obj/item/weapon/storage/fancy/cigar/charlotte
|
||||
path = /obj/item/weapon/storage/fancy/cigarettes/charlotte
|
||||
display_name = "Charlotte's cigarette case"
|
||||
ckeywhitelist = list("AlFalah")
|
||||
ckeywhitelist = list("alfalah")
|
||||
character_name = list("Charlotte Graves")
|
||||
|
||||
/datum/gear/fluff/lynn_penlight
|
||||
|
||||
@@ -1362,12 +1362,13 @@
|
||||
icon_state = "render"
|
||||
|
||||
//AlFalah - Charlotte Graves
|
||||
/obj/item/weapon/storage/fancy/cigar/charlotte
|
||||
/obj/item/weapon/storage/fancy/cigarettes/charlotte
|
||||
name = "inconspicuous cigarette case"
|
||||
desc = "A SkyTron 3000 cigarette case with no additional functions. The buttons and CRT monitor are completely for show and have no functions. Seriously. "
|
||||
icon_state = "charlottecigs"
|
||||
icon_state = "charlotte"
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
storage_slots = 8
|
||||
can_hold = list(/obj/item/clothing/mask/smokable/cigarette/cigar, /obj/item/trash/cigbutt/cigarbutt)
|
||||
icon_type = "cigar"
|
||||
starts_with = list(/obj/item/clothing/mask/smokable/cigarette = 8)
|
||||
storage_slots = 7
|
||||
can_hold = list(/obj/item/clothing/mask/smokable/cigarette, /obj/item/weapon/flame/lighter, /obj/item/trash/cigbutt)
|
||||
icon_type = "cigarette"
|
||||
brand = "\improper Professional 120
|
||||
starts_with = list(/obj/item/clothing/mask/smokable/cigarette = 7)
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Reference in New Issue
Block a user