BLOB HOTFIX

This commit is contained in:
Joan Lung
2016-08-17 11:17:27 -04:00
parent 0ed0446f73
commit daf1cab2a8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -237,7 +237,7 @@
expand_blob(T)
/mob/camera/blob/proc/expand_blob(turf/T)
if(world.time > last_attack)
if(world.time < last_attack)
return
var/list/possibleblobs = list()
for(var/obj/effect/blob/AB in range(T, 1))
+1
View File
@@ -11,6 +11,7 @@
/datum/round_event/ghost_role/blob
announceWhen = 12
role_name = "blob_overmind"
var/new_rate = 2
/datum/round_event/ghost_role/blob/New(my_processing = TRUE, set_point_rate)