Allow autoclaving entire surgical tray. (#32155)

This commit is contained in:
Alan
2026-07-01 19:29:38 -04:00
committed by GitHub
parent 56775e8e2a
commit 3a5cbdb1f0
+1 -1
View File
@@ -145,7 +145,7 @@
to_chat(user, SPAN_WARNING("The door on [src] is closed!"))
return ITEM_INTERACT_COMPLETE
if(used.w_class > WEIGHT_CLASS_NORMAL)
if(used.w_class > WEIGHT_CLASS_NORMAL && !istype(used, /obj/item/storage/surgical_tray))
to_chat(user, SPAN_WARNING("[used] is too big to fit in [src]."))
return ITEM_INTERACT_COMPLETE