mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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:
@@ -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= ""
|
||||
|
||||
Reference in New Issue
Block a user