Skip to content

Commit

Permalink
IT'S THE END OF TIMES
Browse files Browse the repository at this point in the history
  • Loading branch information
RashCat committed Oct 4, 2023
1 parent 2dbd67c commit da870c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -477,10 +477,12 @@
if(NAMEOF(src, glide_size))
set_glide_size(var_value)
. = TRUE
// THE FLUFFY FRONTIER - EDIT BEGIN - BLOOPER
if(NAMEOF(src, vocal_bark)) // Sorry, Vishenka.
if(isfile(var_value))
vocal_bark = sound(var_value) //bark() expects vocal_bark to already be a sound datum, for performance reasons. adminbus QoL!
. = TRUE
// THE FLUFFY FRONTIE - EDIT END - BLOOPER

if(!isnull(.))
datum_flags |= DF_VAR_EDITED
Expand Down
1 change: 0 additions & 1 deletion config/admins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,3 @@ WaylandSmithy = Game Master
NamelessFairy = Game Master
WalterMeldron = Game Master
san7890 = Game Master
Low3 = Game Master

0 comments on commit da870c6

Please sign in to comment.