mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Fixes grab intent injury inspection not working on a surgery table. (#14216)
This commit is contained in:
@@ -103,7 +103,8 @@ proc/spread_germs_to_organ(var/obj/item/organ/external/E, var/mob/living/carbon/
|
||||
/obj/item/device/breath_analyzer,
|
||||
/obj/item/personal_inhaler,
|
||||
/obj/item/clothing/accessory/stethoscope,
|
||||
/obj/item/autopsy_scanner
|
||||
/obj/item/autopsy_scanner,
|
||||
/obj/item/grab
|
||||
)
|
||||
// Check for multi-surgery drifting.
|
||||
var/zone = user.zone_sel.selecting
|
||||
|
||||
Reference in New Issue
Block a user