Skip to content

Commit

Permalink
Slight comment change to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
doganesi committed Jul 30, 2024
1 parent b6e0edc commit ef1b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/seed_extractor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

for(var/obj/item/item as anything in container)
if(extract(item, user))
// Bandaid to update the container contents and delete "ghosts" of items after they're been processed
// Properly deletes container contents after they've been processed
container.remove_from_storage(item)
item.moveToNullspace()

Expand Down

0 comments on commit ef1b768

Please sign in to comment.