mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Fixes held items roundstart fingerprints (#23078)
This commit is contained in:
@@ -128,4 +128,7 @@
|
||||
H.l_store.add_fingerprint(H,1)
|
||||
if(H.r_store)
|
||||
H.r_store.add_fingerprint(H,1)
|
||||
for(var/V in H.held_items)
|
||||
var/obj/item/I = V
|
||||
I.add_fingerprint(H,1)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user