Skip to content

Commit

Permalink
Whoops, Left in some unfinished code, removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicky89107 committed Nov 30, 2014
1 parent 28bff41 commit 34d4bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/chameleonproj.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

afterattack(atom/target, mob/user, proximity)
if(!proximity) return
if(istype(target,/obj/item/toy/cards/singlecard) || istype(target,/obj/item/toy/cards/)
if(istype(target,/obj/item/toy/cards/singlecard))
user << "\red Unable to scan [target]."
return
if(istype(target,/obj/item))
Expand Down

0 comments on commit 34d4bb0

Please sign in to comment.