Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
PotatoTomahto authored Jun 18, 2024
1 parent 394cc63 commit c76b7ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/roguetown/roguecrafting/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@
req_table = TRUE
skillcraft = /datum/skill/misc/reading
craftdiff = 2
verbage_simple = "write"
verbage = "writes"
verbage_simple = "write"
verbage = "writes"

/datum/crafting_recipe/roguetown/readingscroll/apprentice
name = "apprentice's guide to literature"
Expand All @@ -439,3 +439,4 @@ verbage = "writes"
name = "master's guide to literature"
result = list(/obj/item/literary/master)
craftdiff = 6

0 comments on commit c76b7ed

Please sign in to comment.