Skip to content

Commit

Permalink
Added pod cloning book to the botanies bookcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Gw0sty committed Sep 27, 2024
1 parent 16de707 commit bcd4542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monkestation/code/modules/library/bookcase.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
for(var/i = 1 to /datum/job/botanist::total_positions)
new /obj/item/book/manual/botanical_lexicon(src)
new /obj/item/book/manual/chicken_encyclopedia(src)
new obj/item/book/manual/hydroponics_pod_people(src)

Check failure on line 9 in monkestation/code/modules/library/bookcase.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "item"

Check failure on line 9 in monkestation/code/modules/library/bookcase.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "book"

Check failure on line 9 in monkestation/code/modules/library/bookcase.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "manual"

Check failure on line 9 in monkestation/code/modules/library/bookcase.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined proc: "hydroponics_pod_people" on /obj/structure/bookcase/manuals/botany

Check failure on line 9 in monkestation/code/modules/library/bookcase.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0404: Unknown identifier "obj"
update_appearance()

0 comments on commit bcd4542

Please sign in to comment.