Skip to content

Commit

Permalink
Revert "Blooper, finally (#106)"
Browse files Browse the repository at this point in the history
This reverts commit 2840788.
  • Loading branch information
AnywayFarus authored Oct 19, 2023
1 parent ca04df1 commit f7fd48b
Show file tree
Hide file tree
Showing 91 changed files with 0 additions and 760 deletions.
2 changes: 0 additions & 2 deletions code/__DEFINES/~ff_defines/__HELPERS/global_lists.dm

This file was deleted.

19 changes: 0 additions & 19 deletions code/__DEFINES/~ff_defines/say.dm

This file was deleted.

8 changes: 0 additions & 8 deletions code/__HELPERS/global_lists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@
sort_list(GLOB.laugh_types, GLOBAL_PROC_REF(cmp_typepaths_asc))
//SKYRAT EDIT END

//THE FLUFFY FRONTIER EDIT ADDITION BEGIN - Blooper
for(var/sound_blooper_path in subtypesof(/datum/blooper))
var/datum/blooper/B = new sound_blooper_path()
GLOB.blooper_list[B.id] = sound_blooper_path
if(B.allow_random)
GLOB.blooper_random_list[B.id] = sound_blooper_path
//THE FLUFFY FRONTIER EDIT END

/// Inits GLOB.species_list. Not using GLOBAL_LIST_INIT b/c it depends on GLOB.string_lists
/proc/init_species_list()
for(var/species_path in subtypesof(/datum/species))
Expand Down
6 changes: 0 additions & 6 deletions code/game/atoms_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -482,12 +482,6 @@
if(NAMEOF(src, glide_size))
set_glide_size(var_value)
. = TRUE
// THE FLUFFY FRONTIER EDIT ADDITION BEGIN - BLOOPER
if(NAMEOF(src, blooper)) // Sorry, Vishenka.
if(isfile(var_value))
blooper = sound(var_value) //bark() expects vocal_bark to already be a sound datum, for performance reasons. adminbus QoL!
. = TRUE
// THE FLUFFY FRONTIER EDIT ADDITION END

if(!isnull(.))
datum_flags |= DF_VAR_EDITED
Expand Down
84 changes: 0 additions & 84 deletions tff_modular/modules/blooper/atoms_movable.dm

This file was deleted.

148 changes: 0 additions & 148 deletions tff_modular/modules/blooper/bark.dm

This file was deleted.

Loading

0 comments on commit f7fd48b

Please sign in to comment.