Skip to content

Commit

Permalink
Mr Harry typo'd
Browse files Browse the repository at this point in the history
  • Loading branch information
Warfan1815 authored Feb 22, 2024
1 parent 5b01c45 commit 501e314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/fancy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
. = ..()

/obj/item/storage/fancy/trading_card/attackby(obj/item/attacked_by_item, mob/user)
if(istype(attackd_by_item, /obj/item/toy/trading_card))
if(istype(attacked_by_item, /obj/item/toy/trading_card))
top_trading_card = attacked_by_item

. = ..()
Expand Down

0 comments on commit 501e314

Please sign in to comment.