Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,9 @@
/mob/living/simple_animal/hostile/megafauna/dragon/lesser,
/mob/living/simple_animal/pet/cat,
/mob/living/simple_animal/pet/cat/cak,
/mob/living/basic/pony

Check failure on line 1556 in code/modules/mob/living/living.dm

View workflow job for this annotation

GitHub Actions / Run Linters / linters

failed to resolve path /mob/living/basic/pony/mob/living/basic/pony/syndicate
/mob/living/basic/pony/syndicate

Check failure on line 1557 in code/modules/mob/living/living.dm

View workflow job for this annotation

GitHub Actions / Run Linters / linters

OD0404: Unknown identifier "syndicate"

Check failure on line 1557 in code/modules/mob/living/living.dm

View workflow job for this annotation

GitHub Actions / Run Linters / linters

OD0001: Expected ')'
)

Check failure on line 1558 in code/modules/mob/living/living.dm

View workflow job for this annotation

GitHub Actions / Run Linters / linters

OD0001: Expected end of proc statement
new_mob = new picked_animal(loc)

if(WABBAJACK_HUMAN)
Expand Down
Loading