Skip to content

Commit

Permalink
force push fixes everything, sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe2013 committed Jul 16, 2024
1 parent 6a7fc16 commit fd86ea7
Show file tree
Hide file tree
Showing 60 changed files with 957 additions and 4,860 deletions.
4 changes: 1 addition & 3 deletions code/controllers/subsystem/ticker.dm
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,7 @@ SUBSYSTEM_DEF(ticker)
qdel(player)

/datum/controller/subsystem/ticker/proc/equip_characters()
var/captainless=1
if(mode && istype(mode,/datum/game_mode/huntergames)) // || istype(mode,/datum/game_mode/whiskey_outpost)
return
var/captainless = TRUE

for(var/mob/living/carbon/human/player in GLOB.human_mob_list)
if(player.mind)
Expand Down
Loading

0 comments on commit fd86ea7

Please sign in to comment.