Adds parent calls to almost all tool_acts (#45582)

* Adds parent calls to almost all tool_acts

* actually compiles
This commit is contained in:
nemvar
2019-08-03 22:25:57 -07:00
committed by Rob Bailey
parent 21cd58ec20
commit e587b970da
73 changed files with 114 additions and 24 deletions
@@ -49,6 +49,7 @@
return ..()
/obj/item/computer_hardware/multitool_act(mob/living/user, obj/item/I)
..()
to_chat(user, "***** DIAGNOSTICS REPORT *****")
diagnostics(user)
to_chat(user, "******************************")