mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
Merge remote-tracking branch 'upstream/dev' into 150605-Meteors
Conflicts: code/game/gamemodes/meteor/meteors.dm
This commit is contained in:
@@ -70,8 +70,6 @@ var/global/list/narsie_list = list()
|
||||
mezzer()
|
||||
|
||||
/obj/singularity/narsie/large/eat()
|
||||
set background = BACKGROUND_ENABLED
|
||||
|
||||
for (var/turf/A in orange(consume_range, src))
|
||||
consume(A)
|
||||
|
||||
@@ -355,8 +353,6 @@ var/global/list/narsie_list = list()
|
||||
grav_pull = 0
|
||||
|
||||
/obj/singularity/narsie/wizard/eat()
|
||||
set background = BACKGROUND_ENABLED
|
||||
|
||||
for (var/turf/T in trange(consume_range, src))
|
||||
consume(T)
|
||||
|
||||
|
||||
@@ -102,6 +102,8 @@
|
||||
if(15)
|
||||
communications_blackout()
|
||||
*/
|
||||
var/eventchance = 10 // Percent chance per 5 minutes.
|
||||
var/hadevent = 0
|
||||
|
||||
/proc/appendicitis()
|
||||
for(var/mob/living/carbon/human/H in living_mob_list)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
var/blobevent = 0
|
||||
|
||||
/proc/mini_blob_event()
|
||||
|
||||
var/turf/T = pick(blobstart)
|
||||
|
||||
@@ -51,7 +51,7 @@ var/global/datum/controller/gameticker/ticker
|
||||
for(var/i=0, i<10, i++)
|
||||
sleep(1)
|
||||
vote.process()
|
||||
if(going)
|
||||
if(round_progressing)
|
||||
pregame_timeleft--
|
||||
if(pregame_timeleft == config.vote_autogamemode_timeleft)
|
||||
if(!vote.time_remaining)
|
||||
|
||||
Reference in New Issue
Block a user