Skip to content

Commit

Permalink
adds these ---> ()
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Dec 9, 2024
1 parent 3d5b1ad commit a5e1cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/city/civilian.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Civilian
return

var/book_path = pick(possible_books[player_level])
var/obj/item/book/granter/action/skill/random_book = new book_path
var/obj/item/book/granter/action/skill/random_book = new book_path()
H.equip_to_slot_or_del(random_book, ITEM_SLOT_BACKPACK, TRUE)

/datum/outfit/job/civilian
Expand Down

0 comments on commit a5e1cf6

Please sign in to comment.