Prevents blob overminds, sentient diseases, etc. from dumping out boxes (#40823)

* nerf boxes

* uuh i think i see what you mean. hows this

* shuffles it over to mob.dm

* asdf

* hows this

* ooga

* i should probably rebase

* t

* cheaper and stronger unlike me

* aaaaa

* does the thing with the words
This commit is contained in:
MrDoomBringer
2018-10-26 22:03:09 +02:00
committed by AnturK
parent 78071b989c
commit 3d24bc0f08
5 changed files with 15 additions and 1 deletions
+3
View File
@@ -770,6 +770,9 @@
/mob/proc/canUseTopic(atom/movable/M, be_close=FALSE, no_dextery=FALSE, no_tk=FALSE)
return
/mob/proc/canUseStorage()
return FALSE
/mob/proc/faction_check_mob(mob/target, exact_match)
if(exact_match) //if we need an exact match, we need to do some bullfuckery.
var/list/faction_src = faction.Copy()