Skip to content

Commit

Permalink
make that init
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jul 17, 2024
1 parent f0f278e commit fa65b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/controllers/subsystem/faction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SUBSYSTEM_DEF(factions)
/datum/controller/subsystem/factions/Initialize(timeofday)
for(var/path in subtypesof(/datum/faction))
factions += new path()
return ..()

/datum/controller/subsystem/factions/proc/ship_prefix_to_faction(prefix)
for(var/datum/faction/faction in factions)
Expand Down

0 comments on commit fa65b0a

Please sign in to comment.