Misc Mech Fixes (#9344)

Spiderbots now appear on the radio with the name of the one controlling them.
    Mechs can now operate windoors.
    Remote mechs can now use mounted health analyzers.
    Mech rechargers will now charge the mech on top of them if there is a power change and the power is back.

Fixes #9050
This commit is contained in:
Geeves
2020-07-14 20:56:55 +02:00
committed by GitHub
parent 29205c5c84
commit ae1768c636
6 changed files with 30 additions and 8 deletions

View File

@@ -115,6 +115,7 @@
/mob/living/simple_animal/spiderbot/get_vr_name(mob/user)
real_name = "Remote-Bot ([user.real_name])"
name = real_name
voice_name = user.real_name // name that'll display on radios
/mob/proc/ckey_transfer(var/mob/target, var/null_vr_mob = TRUE)
target.ckey = src.ckey