mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
oof
This commit is contained in:
@@ -786,6 +786,10 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
var/obj/item/tcgcard_binder/binder = locate() in src
|
var/obj/item/tcgcard_binder/binder = locate() in src
|
||||||
|
if(!binder)
|
||||||
|
var/obj/item/storage/backpack/back = locate() in src
|
||||||
|
binder = locate() in back
|
||||||
|
|
||||||
if(!binder)
|
if(!binder)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user