mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +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
@@ -275,11 +275,11 @@
|
||||
icon_state = null
|
||||
. = ..()
|
||||
|
||||
/obj/structure/ship_weapon_dummy/examine(mob/user)
|
||||
/obj/structure/ship_weapon_dummy/examine(mob/user, distance, is_adjacent, infix, suffix, show_extended)
|
||||
SHOULD_CALL_PARENT(FALSE)
|
||||
|
||||
if(connected)
|
||||
return connected.examine(user)
|
||||
return connected.examine(user, distance, is_adjacent, infix, suffix, show_extended)
|
||||
else
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user