pAI Bot Piloting (#8840)

pAI can now pilot farmbots, cleanbots, floorbots and medbots.
    Floating messages now appear even if you're inside an object or another mob.
This commit is contained in:
Geeves
2020-05-30 16:24:29 +03:00
committed by GitHub
parent b50685d08f
commit bdeab68218
14 changed files with 329 additions and 238 deletions
+3
View File
@@ -766,6 +766,9 @@ proc/is_blind(A)
*/
/obj/proc/report_onmob_location(var/justmoved, var/slot = null, var/mob/reportto)
if(istype(reportto.loc, /mob/living/bot))
to_chat(reportto, SPAN_NOTICE("You are currently housed within \the [reportto.loc]."))
return
var/mob/living/carbon/human/H//The person who the item is on
var/newlocation
var/preposition= ""