Merge branch 'master' into premium-kas-for-borgs

This commit is contained in:
shellspeed1
2022-09-23 17:00:02 -07:00
committed by GitHub
68 changed files with 828 additions and 201 deletions

View File

@@ -132,7 +132,7 @@
. = list()
var/mob/living/carbon/human/H
var/obj/item/card/id/C
if(ishuman(user))
if(ishuman(user) || iscyborg(user))
H = user
C = H.get_idcard(TRUE)
if(C)