Fluff item removal: Compile fix

This commit removes an istype check that was causing compile errors, and
actually adds the updated .dme
This commit is contained in:
Tigercat2000
2015-05-13 05:29:05 -07:00
parent c62b1cfe5a
commit fab7c48428
2 changed files with 1 additions and 8 deletions
@@ -166,14 +166,6 @@
/obj/item/weapon/card/id/attackby(obj/item/weapon/W as obj, mob/user as mob, params)
..()
if(istype(W,/obj/item/weapon/id_wallet))
user << "You slip [src] into [W]."
src.name = "[src.registered_name]'s [W.name] ([src.assignment])"
src.desc = W.desc
src.icon = W.icon
src.icon_state = W.icon_state
del(W)
return
if(istype(W, /obj/item/weapon/id_decal/))
var/obj/item/weapon/id_decal/decal = W