mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Allow autoclaving entire surgical tray. (#32155)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user