mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
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:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user