Adds blob roundend report. (#33463)

* Adds blob roundend report. (Also adminabuse)

* Old comment

* Grammer

* Moves antag to seperate file
This commit is contained in:
AnturK
2017-12-14 08:38:46 +01:00
committed by CitadelStationBot
parent fb7cb2f063
commit 7c0b21012f
5 changed files with 102 additions and 22 deletions
+1 -5
View File
@@ -472,11 +472,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)