mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00: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