Skip to content

Commit

Permalink
Update global_lists.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
RaShCAt authored Oct 6, 2023
1 parent 76c05f4 commit 234810c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/global_lists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
//SKYRAT EDIT END

//THE FLUFFY FRONTIER EDIT ADDITION BEGIN - Без этого никуда.
for(var/spath in subtypesof(/datum/bark))
for(var/sound_bark_path in subtypesof(/datum/bark))
var/datum/bark/B = new spath()
GLOB.bark_list[B.id] = spath

Check failure on line 60 in code/__HELPERS/global_lists.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "spath"
if(B.allow_random)
Expand Down

0 comments on commit 234810c

Please sign in to comment.