Completed adding Kidan Ambassador decorations

This commit is contained in:
ZomgPonies
2014-07-23 13:24:51 -04:00
parent 7cbd6b1a81
commit f2ecd1503b
14 changed files with 10443 additions and 10415 deletions
@@ -249,3 +249,8 @@ obj/item/weapon/twohanded/
/obj/item/weapon/twohanded/spear/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob)
playsound(loc, 'sound/weapons/bladeslice.ogg', 50, 1, -1)
return ..()
/obj/item/weapon/twohanded/spear/kidan
icon_state = "kidanspear0"
name = "Kidan spear"
desc = "A spear brought over from the Kidan homeworld."
@@ -178,3 +178,13 @@ obj/item/weapon/wirerod/attackby(var/obj/item/I, mob/user as mob)
user << "<span class='notice'>You fasten the wirecutters to the top of the rod with the cable, prongs outward.</span>"
del(I)
del(src)
/obj/item/weapon/twohanded/spear/kidan
icon_state = "kidanspear"
name = "Kidan spear"
desc = "A one-handed spear brought over from the Kidan homeworld."
icon_state = "kidanspear"
item_state = "kidanspear"
force = 10
throwforce = 15