From 23a7d8777d04f25cb0a5befd8715d90d60a87d6d Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Tue, 29 Dec 2020 11:20:26 +0800 Subject: [PATCH] hash browns --- code/modules/unit_tests/_unit_tests.dm | 14 +++++------ code/modules/unit_tests/merge_type.dm | 2 +- code/modules/unit_tests/projectiles.dm | 2 +- html/changelogs/example.yml | 33 ++++++++++++++++++++++---- 4 files changed, 38 insertions(+), 13 deletions(-) diff --git a/code/modules/unit_tests/_unit_tests.dm b/code/modules/unit_tests/_unit_tests.dm index 277ede63d5..d732048f6e 100644 --- a/code/modules/unit_tests/_unit_tests.dm +++ b/code/modules/unit_tests/_unit_tests.dm @@ -42,7 +42,7 @@ #include "confusion.dm" // #include "emoting.dm" #include "heretic_knowledge.dm" -#include "holidays.dm" +// #include "holidays.dm" #include "initialize_sanity.dm" #include "keybinding_init.dm" #include "machine_disassembly.dm" @@ -50,19 +50,19 @@ #include "merge_type.dm" // #include "metabolizing.dm" // #include "outfit_sanity.dm" -#include "pills.dm" +// #include "pills.dm" // #include "plantgrowth_tests.dm" -#include "projectiles.dm" +// #include "projectiles.dm" #include "reagent_id_typos.dm" #include "reagent_mod_expose.dm" -#include "reagent_mod_procs.dm" +// #include "reagent_mod_procs.dm" #include "reagent_recipe_collisions.dm" #include "resist.dm" // #include "say.dm" -#include "serving_tray.dm" -#include "siunit.dm" +// #include "serving_tray.dm" +// #include "siunit.dm" #include "spawn_humans.dm" -#include "species_whitelists.dm" +// #include "species_whitelists.dm" // #include "stomach.dm" #include "subsystem_init.dm" #include "surgeries.dm" diff --git a/code/modules/unit_tests/merge_type.dm b/code/modules/unit_tests/merge_type.dm index bd653bf126..ba3cfcf492 100644 --- a/code/modules/unit_tests/merge_type.dm +++ b/code/modules/unit_tests/merge_type.dm @@ -3,7 +3,7 @@ /obj/item/stack/sheet/mineral, /obj/item/stack/ore, /obj/item/stack/spacecash, - /obj/item/stack/license_plates, + // /obj/item/stack/license_plates, /obj/item/stack/tile/mineral, /obj/item/stack/tile) diff --git a/code/modules/unit_tests/projectiles.dm b/code/modules/unit_tests/projectiles.dm index 06a8fb0780..53ceef01d6 100644 --- a/code/modules/unit_tests/projectiles.dm +++ b/code/modules/unit_tests/projectiles.dm @@ -1,5 +1,5 @@ /datum/unit_test/projectile_movetypes/Run() - for(var/path in typesof(/obj/projectile)) + for(var/path in typesof(/obj/item/projectile)) var/obj/projectile/projectile = path if(initial(projectile.movement_type) & PHASING) Fail("[path] has default movement type PHASING. Piercing projectiles should be done using the projectile piercing system, not movement_types!") diff --git a/html/changelogs/example.yml b/html/changelogs/example.yml index 48aa13aa11..c44f796755 100644 --- a/html/changelogs/example.yml +++ b/html/changelogs/example.yml @@ -8,16 +8,41 @@ # # Valid Prefixes: # bugfix -# wip (For works in progress) +# - (fixes bugs) +# wip +# - (work in progress) # tweak +# - (tweaks something) # soundadd +# - (adds a sound) # sounddel -# rscadd (general adding of nice things) -# rscdel (general deleting of nice things) +# - (removes a sound) +# rscdel +# - (adds a feature) +# rscadd +# - (removes a feature) # imageadd +# - (adds an image or sprite) # imagedel -# spellcheck (typo fixes) +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) # experiment +# - (experimental change) +# tgs +# - (TGS change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) ################################# # Your name.