REALLY fixes Roaper's custom item (I forgot to code the spawning thing-y for his ID) and adds mah cane.

This commit is contained in:
Chase Clary
2012-09-12 21:14:50 -05:00
parent de30f56004
commit 565451fa78
4 changed files with 11 additions and 1 deletions

View File

@@ -139,6 +139,12 @@
icon_state = "purplecomb"
item_state = "purplecomb"
/obj/item/weapon/fluff/hugo_cinderbacth_1 //thatoneguy: Hugo Cinderbatch
name = "Old Cane"
desc = "An old brown cane made from wood. It has a a large, itallicized H on it's handle."
icon = 'custom_items.dmi'
icon_state = "special_cane"
attack_self(mob/user)
if(user.r_hand == src || user.l_hand == src)
for(var/mob/O in viewers(user, null))
@@ -262,7 +268,7 @@
/obj/item/weapon/card/id/fluff/ian_colmid //Roaper: Ian Colm
name = "Technician"
desc = "Ian Colm's ID Card (Technician): The current assignment on the card is Technician.The blood type on the card is B+.The DNA hash on the card is d4ce00a0f13f3630585e5762a0c043be.The fingerprint hash on the card is 30ae0b1f8fededb86a1b8af7bebb1b21."
desc = "An old ID with the words 'Ian Colm's Technician ID' printed on it.."
icon = 'custom_items.dmi'
icon_state = "technician_id"
@@ -529,3 +535,4 @@
icon = 'custom_items.dmi'
icon_state = "retpoluniform"
color = "retpoluniform"

View File

@@ -51,6 +51,8 @@
else if(M.ckey == "nerezza" && M.real_name == "Asher Spock") //This is an Odysseus Specialist ID
I.name = "[M.real_name]'s Odysseus Specialist ID Card ([M.mind.role_alt_title ? M.mind.role_alt_title : M.mind.assigned_role])"
I.access += list(ACCESS_ROBOTICS) //Station-based mecha pilots need this to access the recharge bay.
else if(M.ckey == "roaper" && M.real_name == "Ian Colm") //This is a Technician ID
I.name = "[M.real_name]'s Technician ID ([M.mind.role_alt_title ? M.mind.role_alt_title : M.mind.assigned_role])"
//replace old ID
del(C)