Skip to content

Commit

Permalink
Merge pull request #4689 from out-of-phaze/codequality/space-files
Browse files Browse the repository at this point in the history
Fix files with spaces in their paths, reorganise some modules
  • Loading branch information
MistakeNot4892 authored Jan 2, 2025
2 parents 1523969 + ae35726 commit 105aee6
Show file tree
Hide file tree
Showing 35 changed files with 544 additions and 432 deletions.
1 change: 1 addition & 0 deletions code/controllers/subsystems/initialization/modpacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SUBSYSTEM_DEF(modpacks)
// Compiled modpack information.
var/list/default_submap_whitelisted_species = list()
var/list/default_submap_blacklisted_species = list(SPECIES_ALIEN, SPECIES_GOLEM)
var/list/modpack_nanoui_directories = list()

/datum/controller/subsystem/modpacks/Initialize()
var/list/all_modpacks = decls_repository.get_decls_of_subtype(/decl/modpack)
Expand Down
2 changes: 1 addition & 1 deletion code/datums/music_tracks/europa.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/decl/music_track/martiancowboy
artist = "Kevin MacLeod"
title = "Martian Cowboy"
song = 'sound/music/europa/Martian Cowboy.ogg'
song = 'sound/music/europa/MartianCowboy.ogg'
license = /decl/license/cc_by_3_0
url = "https://incompetech.com/music/royalty-free/index.html?isrc=usuan1100349"

Expand Down
335 changes: 0 additions & 335 deletions code/datums/security_state.dm

This file was deleted.

7 changes: 0 additions & 7 deletions code/datums/supplypacks/engineering.dm
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@
containername = "shield generator construction kit crate"
access = access_engine

/decl/hierarchy/supply_pack/engineering/inertial_damper
name = "Equipment - inertial damper construction kit"
contains = list(/obj/item/stock_parts/circuitboard/inertial_damper, /obj/item/stock_parts/capacitor, /obj/item/stock_parts/micro_laser, /obj/item/stock_parts/console_screen)
containertype = /obj/structure/closet/crate/secure
containername = "inertial damper construction kit crate"
access = access_engine

/decl/hierarchy/supply_pack/engineering/smbig
name = "Power - Supermatter core"
contains = list(/obj/machinery/power/supermatter)
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 105aee6

Please sign in to comment.