Skip to content

Commit

Permalink
Update storage.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Aug 21, 2024
1 parent d4400d5 commit 105f5ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/objects/items/storage/storage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,11 @@
/obj/item/storage/attackby(obj/item/I, mob/user, params)
. = ..()

if(isxeno(user))
if(istype(I, /obj/item/clothing/mask/facehugger) && can_be_inserted(I))
return handle_item_insertion(I, FALSE, user)
return FALSE

if(length(refill_types))
for(var/typepath in refill_types)
if(istype(I, typepath))
Expand Down

0 comments on commit 105f5ac

Please sign in to comment.