Skip to content

Commit

Permalink
Update blackout.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Feb 28, 2024
1 parent 42ca380 commit 530193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infinity/code/game/objects/items/devices/blackout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
shots--
Cooldown = world.time

// power_failure(1, 2, GetConnectedZlevels(P.z))
power_failure(1, severity, GetConnectedZlevels(user.z))

var/datum/powernet/powernet = terminal_in.powernet
for(var/obj/machinery/power/terminal/terminal_out in powernet.nodes)
Expand Down

0 comments on commit 530193a

Please sign in to comment.