[MIRROR] moves law outputs to a block (#11706)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-20 00:48:39 +02:00
committed by GitHub
co-authored by Kashargul
parent 9efbeb86af
commit 19006d64ac
13 changed files with 51 additions and 54 deletions
+4 -2
View File
@@ -84,8 +84,10 @@
if(!istype(M) || material.name != M.material.name)
return 0
var/transfer = ..(S,tamount,1)
if(src) update_strings()
if(M) M.update_strings()
if(!QDELETED(src))
update_strings()
if(M)
M.update_strings()
return transfer
/obj/item/stack/material/attack_self(var/mob/user)