Adds blob roundend report. (#33463)
* Adds blob roundend report. (Also adminabuse) * Old comment * Grammer * Moves antag to seperate file
This commit is contained in:
committed by
CitadelStationBot
parent
fb7cb2f063
commit
7c0b21012f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user