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
+1
View File
@@ -60,6 +60,7 @@
ours.id = id
/obj/machinery/button/ticket_machine/multitool_act(mob/living/user, obj/item/I)
. = ..()
if(I.tool_behaviour == TOOL_MULTITOOL)
var/obj/item/multitool/M = I
if(M.buffer && !istype(M.buffer, /obj/machinery/ticket_machine))