mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
BLOB HOTFIX
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user