April sync (#360)
* Maps and things no code/icons * helpers defines globalvars * Onclick world.dm orphaned_procs * subsystems Round vote and shuttle autocall done here too * datums * Game folder * Admin - chatter modules * clothing - mining * modular computers - zambies * client * mob level 1 * mob stage 2 + simple_animal * silicons n brains * mob stage 3 + Alien/Monkey * human mobs * icons updated * some sounds * emitter y u no commit * update tgstation.dme * compile fixes * travis fixes Also removes Fast digest mode, because reasons. * tweaks for travis Mentors are broke again Also fixes Sizeray guns * oxygen loss fix for vore code. * removes unused code * some code updates * bulk fixes * further fixes * outside things * whoops. * Maint bar ported * GLOBs.
This commit is contained in:
@@ -50,14 +50,14 @@
|
||||
for(var/hostile in hostile_types)
|
||||
number_of_hostiles += hostile_types[hostile]
|
||||
|
||||
var/list/b_spawns = generic_event_spawns.Copy()
|
||||
var/list/b_spawns = GLOB.generic_event_spawns.Copy()
|
||||
while(number_of_bosses > boss_spawn.len)
|
||||
var/turf/F = get_turf(pick_n_take(b_spawns))
|
||||
if(!F)
|
||||
F = safepick(get_area_turfs(pick(station_areas)))
|
||||
boss_spawn += F
|
||||
|
||||
var/list/h_spawns = generic_event_spawns.Copy()
|
||||
var/list/h_spawns = GLOB.generic_event_spawns.Copy()
|
||||
while(number_of_hostiles > hostiles_spawn.len)
|
||||
var/turf/T = get_turf(pick_n_take(h_spawns))
|
||||
if(!T)
|
||||
|
||||
Reference in New Issue
Block a user