mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Fluff examine fix (#18814)
Standard examination was in an examine box. This makes it so fluff examines are also in a box. Fixes #18438 --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
5ae3436695
commit
91c081d044
@@ -44,7 +44,7 @@
|
||||
friends += owner
|
||||
QDEL_IN(src, 30 SECONDS)
|
||||
|
||||
/mob/living/simple_animal/hostile/mirror_shade/examine(mob/user)
|
||||
/mob/living/simple_animal/hostile/mirror_shade/examine(mob/user, distance, is_adjacent, infix, suffix, show_extended)
|
||||
if(!QDELETED(owner))
|
||||
/// Technically suspicious, but these have 30 seconds of lifetime so it's probably fine.
|
||||
return owner.examine(user)
|
||||
|
||||
Reference in New Issue
Block a user