diff --git a/code/modules/clothing/spacesuits/void/void.dm b/code/modules/clothing/spacesuits/void/void.dm
index 275f1a0c8ed32..1b9fc493f2d29 100644
--- a/code/modules/clothing/spacesuits/void/void.dm
+++ b/code/modules/clothing/spacesuits/void/void.dm
@@ -191,7 +191,7 @@ else if(##equipment_var) {\
to_chat(H, "You retract your suit helmet.")
helmet.canremove = 1
playsound(loc, helmet_retract_sound, 30)
- H.drop_from_inventory(helmet, src)
+ H.drop_from_inventory(helmet, slot_head)
else
if(H.head)
to_chat(H, "You cannot deploy your helmet while wearing \the [H.head].")