Update overmind.dm

This commit is contained in:
Trilbyspaceclone
2020-02-25 00:32:45 -05:00
committed by GitHub
parent 270c5f26b5
commit 2aeb1e1b4a
@@ -24,7 +24,7 @@ GLOBAL_LIST_EMPTY(blob_nodes)
hud_type = /datum/hud/blob_overmind
var/obj/structure/blob/core/blob_core = null // The blob overmind's core
var/blob_points = 0
var/max_blob_points = 100
var/max_blob_points = 250
var/last_attack = 0
var/datum/reagent/blob/blob_reagent_datum = new/datum/reagent/blob()
var/list/blob_mobs = list()