Custom item for Chinsky

This commit is contained in:
Miniature
2012-03-10 06:35:35 +10:30
parent 56c2305c3f
commit 8c9355f028
2 changed files with 11 additions and 1 deletions

View File

@@ -5,4 +5,14 @@
/obj/item/fluff/wes_solari_1
name = "Family Photograph"
desc = "A family photograph of a couple and a young child, Written on the back it says \"See you soon Dad -Roy\"."
icon_state = "wes_solari_1"
icon_state = "wes_solari_1"
/obj/item/fluff/victor_kaminsky_1
name = "\improper golden detective's badge"
desc = "NanoTrasen Security Department detective's badge, made from gold. Badge number is 564."
icon_state = "victor_kaminsky_1"
/obj/item/fluff/victor_kaminsky_1/attack_self(mob/user as mob)
for(var/mob/O in viewers(user, null))
O.show_message(text("[] shows you: \icon[] [].", user, src, src.name), 1)
src.add_fingerprint(user)