Auto-Resleeving

This commit is contained in:
Casey
2022-03-25 07:22:13 +00:00
committed by CHOMPStation2
parent c29dada8a4
commit 80758e4374
11 changed files with 962 additions and 90 deletions
+2
View File
@@ -9,6 +9,8 @@
return
for(var/obj/item/W in M)
if(istype(W, /obj/item/weapon/implant/backup) || istype(W, /obj/item/device/nif)) //VOREStation Edit - There's basically no reason to remove either of these
continue //VOREStation Edit
M.drop_from_inventory(W)
log_admin("[key_name(usr)] made [key_name(M)] drop everything!")