mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user