Fixes pda spawning as unknown (#13176)

This commit is contained in:
Casper3667
2022-02-15 23:23:35 +01:00
committed by GitHub
parent 644fbda38e
commit aa95995ef0
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -369,7 +369,7 @@
var/obj/item/I = new id(H)
imprint_idcard(H,I)
if(istype(P) && P.card_slot)
addtimer(CALLBACK(src, .proc/register_pda, P, I), 1 SECOND)
addtimer(CALLBACK(src, .proc/register_pda, P, I), 2 SECOND)
else
H.equip_or_collect(I, slot_wear_id)
+6
View File
@@ -0,0 +1,6 @@
author: TheGreyWolf
delete-after: True
changes:
- bugfix: "PDAs should no longer show up as 'unknown' on roundstart."