Fixes gandalfs jank. (#9152)

[dopamine noises]
This commit is contained in:
gonenoculer5
2021-10-31 22:35:43 +00:00
committed by GitHub
parent 41118ac5f6
commit 6919129762
2 changed files with 9 additions and 3 deletions
@@ -557,7 +557,8 @@
/obj/machinery/vending/tool = "YouTool",
/obj/machinery/vending/custom = "Custom Vendor",
/obj/machinery/vending/dorms = "LustWish", //SKYRAT EDIT CHANGE - ERP UPDATE - ORIGINAL: /obj/machinery/vending/dorms = "KinkVend"
/obj/machinery/vending/access/command = "Command Outfitting Station") //SKYRAT EDIT ADDITION
/obj/machinery/vending/access/command = "Command Outfitting Station", //SKYRAT EDIT ADDITION
/obj/machinery/vending/barbervend = "Fab-O-Vend") //SKYRAT EDIT ADDITION
/obj/item/circuitboard/machine/vendor/attackby(obj/item/I, mob/user, params)
if(I.tool_behaviour == TOOL_SCREWDRIVER)