mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-21 15:51:31 +00:00
Fixes blobbernaut exploit
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
minbodytemp = 0
|
||||
maxbodytemp = 360
|
||||
universal_speak = 1 //So mobs can understand them when a blob uses Blob Broadcast
|
||||
sentience_type = SENTIENCE_OTHER
|
||||
var/mob/camera/blob/overmind = null
|
||||
|
||||
/mob/living/simple_animal/hostile/blob/proc/adjustcolors(var/a_color)
|
||||
@@ -21,6 +22,14 @@
|
||||
/mob/living/simple_animal/hostile/blob/blob_act()
|
||||
return
|
||||
|
||||
|
||||
/mob/living/simple_animal/hostile/blob/AttackingTarget()
|
||||
if(ckey)
|
||||
if(istype(target, /obj/structure/blob))
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
|
||||
////////////////
|
||||
// BLOB SPORE //
|
||||
////////////////
|
||||
|
||||
Reference in New Issue
Block a user