mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-31 09:00:47 +01:00
Makes Events Less Chaotic
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user