Inhand small mobs now detail if they're dead/asleep when examined (#19124)

* Inhand small mobs now detail if they're dead/asleep when examined

Fixes #19097

* Checks on examine instead
This commit is contained in:
AzuleUtama
2022-10-01 00:42:44 -05:00
committed by GitHub
parent 5fc267c58d
commit e1873e7718
+4
View File
@@ -41,6 +41,10 @@
for(var/mob/living/M in contents)
M.ex_act(intensity)
/obj/item/holder/examine(mob/user)
for(var/mob/living/M in contents)
. += M.examine(user)
/obj/item/holder/container_resist(mob/living/L)
var/mob/M = src.loc //Get our mob holder (if any).