[MIRROR] Minor typo and comment fixes follow-up for ID card rework (#3830)

* Minor typo and comment fixes follow-up for ID card rework (#57318)

* Minor typo and comment fixes follow-up for ID card rework

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
This commit is contained in:
SkyratBot
2021-03-04 02:03:09 +01:00
committed by GitHub
parent 9b8fd70fde
commit ba02b2094d
4 changed files with 8 additions and 4 deletions

View File

@@ -996,7 +996,9 @@ Pass a positive integer as an argument to override a bot's default speed.
. = ..()
if(!. || !client)
return FALSE
access_card.add_access(player_access)
// If we have any bonys player accesses, add them to our internal ID card.
if(length(player_access))
access_card.add_access(player_access)
diag_hud_set_botmode()
/mob/living/simple_animal/bot/Logout()