Merge pull request #11080 from Kyep/blobbernaut_fix

Fixes blobbernaut exploit
This commit is contained in:
variableundefined
2019-03-29 20:29:29 +08:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -12,6 +12,8 @@
minbodytemp = 0
maxbodytemp = 360
universal_speak = 1 //So mobs can understand them when a blob uses Blob Broadcast
sentience_type = SENTIENCE_OTHER
gold_core_spawnable = CHEM_MOB_SPAWN_INVALID
var/mob/camera/blob/overmind = null
/mob/living/simple_animal/hostile/blob/proc/adjustcolors(var/a_color)
@@ -21,6 +23,7 @@
/mob/living/simple_animal/hostile/blob/blob_act()
return
////////////////
// BLOB SPORE //
////////////////