Skip to content

Commit

Permalink
Update lightsout.dm
Browse files Browse the repository at this point in the history
Why do we allow lights out when whoever might be arriving isn't guaranteed to have a light?
  • Loading branch information
DustanHache authored Sep 16, 2024
1 parent b42d988 commit ae136f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/events/rogue/lightsout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
typepath = /datum/round_event/rogue/lightsout
weight = 5
max_occurrences = 1
min_players = 0
min_players = 5
req_omen = TRUE
todreq = list("dusk", "night")

Expand All @@ -20,4 +20,4 @@
if(LAZYLEN(GLOB.streetlamp_list))
for(var/obj/machinery/light/roguestreet/i in GLOB.streetlamp_list)
i.lights_out()
return
return

0 comments on commit ae136f0

Please sign in to comment.