First Two custom Nanotrasen Rep items added in

Added in special cane that is also harmbaton
Added in special gold zippo lighter
This commit is contained in:
ZomgPonies
2013-09-09 17:08:03 -04:00
parent cb0464f774
commit b7c1d5ea51
7 changed files with 25 additions and 0 deletions
@@ -128,3 +128,19 @@
if(charges < 1)
status = 0
update_icon()
/obj/item/weapon/melee/baton/ntcane
name = "fancy cane"
desc = "A cane with special engraving on it. It has a strange button on the handle..."
icon_state = "cane_nt"
item_state = "cane_nt"
/obj/item/weapon/melee/baton/ntcane/update_icon()
if(status)
icon_state = "cane_nt_active"
item_state = "cane_nt_active"
else
icon_state = "cane_nt"
item_state = "cane_nt"