Fixes Examine Crashes (#17430)

* Fixes Examine Crashes

* fukken indentations
This commit is contained in:
Wowzewow (Wezzy)
2023-09-27 10:22:04 +00:00
committed by GitHub
parent 725d999680
commit fd26ff32e2
32 changed files with 147 additions and 136 deletions
@@ -58,8 +58,8 @@
/obj/item/clothing/examine(mob/user)
if(IC)
IC.examine(user)
..()
examinate(user, IC)
. = ..()
/obj/item/clothing/attackby(obj/item/I, mob/user)
if(IC)