More SRM fixes (#30522)

This commit is contained in:
PollardTheDragon
2025-09-22 11:14:15 -04:00
committed by GitHub
parent 02676090bc
commit e1d8325fbb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
if(istype(used, /obj/item/storage/bag/expedition))
var/obj/item/storage/bag/expedition/bag = used
if(!bag.contents)
if(!length(bag.contents))
to_chat(user, "<span class='warning'>You have no salvage to redeem.</span>");
return ITEM_INTERACT_COMPLETE
for(var/obj/item/salvage/loot in bag.contents)