Makes Events Less Chaotic

This commit is contained in:
Dahlular
2020-08-25 22:42:48 -06:00
parent 9821bb326d
commit 05a636f647
7 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
name = "Grid Check"
typepath = /datum/round_event/grid_check
weight = 10
max_occurrences = 3
max_occurrences = 2
/datum/round_event/grid_check
announceWhen = 1
@@ -16,4 +16,4 @@
for(var/P in GLOB.apcs_list)
var/obj/machinery/power/apc/C = P
if(C.cell && is_station_level(C.z))
C.energy_fail(rand(30,120))
C.energy_fail(rand(30,120))