mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +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
@@ -95,10 +95,10 @@
|
||||
icon_state = "evidenceobj"
|
||||
return
|
||||
|
||||
/obj/item/evidencebag/examine(mob/user)
|
||||
/obj/item/evidencebag/examine(mob/user, show_extended)
|
||||
. = ..()
|
||||
if (stored_item)
|
||||
examinate(user, stored_item)
|
||||
examinate(user, stored_item, show_extended)
|
||||
|
||||
/obj/item/evidencebag/attackby(obj/item/attacking_item, mob/user)
|
||||
if(attacking_item.ispen() || istype(attacking_item, /obj/item/device/flashlight/pen))
|
||||
|
||||
Reference in New Issue
Block a user