Skip to content

Commit

Permalink
Coffee typo fix (#2472)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHNT committed Jul 28, 2023
1 parent 343cb28 commit 9665cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsv13/code/modules/coffee/items/coffee_pack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
icon = 'nsv13/icons/obj/coffee.dmi'
icon_state = "arabica_beans"

/obj/item/storage/box/coffeepack/robusta/PopulateContents()
/obj/item/storage/box/coffeepack/arabica/PopulateContents()
var/datum/component/storage/STR = GetComponent(/datum/component/storage)
STR.max_items = 5
var/static/list/can_hold = typecacheof(list(/obj/item/reagent_containers/food/snacks/grown/coffee))
Expand Down

0 comments on commit 9665cb0

Please sign in to comment.