mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
More SRM fixes (#30522)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user