Merge pull request #4367 from Citadel-Station-13/upstream-merge-33463

[MIRROR] Adds blob roundend report.
This commit is contained in:
LetterJay
2018-01-02 14:56:12 -06:00
committed by GitHub
5 changed files with 102 additions and 22 deletions
+1 -5
View File
@@ -468,11 +468,7 @@
qdel(src)
/mob/proc/become_overmind(starting_points = 60)
var/turf/T = get_turf(loc) //just to avoid messing up in lockers
var/area/A = get_area(T)
if(((A && !A.blob_allowed) || !(T.z in GLOB.station_z_levels)) && LAZYLEN(GLOB.blobstart))
T = get_turf(pick(GLOB.blobstart))
var/mob/camera/blob/B = new /mob/camera/blob(T, starting_points)
var/mob/camera/blob/B = new /mob/camera/blob(get_turf(src), starting_points)
B.key = key
. = B
qdel(src)