fixfixfix squared. Will not fix missing clockslab tabs, you just have to give it a category.

This commit is contained in:
Letter N
2020-08-03 21:14:17 +08:00
parent a19e306137
commit 9a9e3ffef5
10 changed files with 29 additions and 15 deletions
@@ -23,6 +23,12 @@
var/obj/machinery/abductor/pad/pad
var/obj/machinery/computer/camera_advanced/abductor/camera
var/list/datum/icon_snapshot/disguises = list()
/// Currently selected gear category
var/selected_cat
/// Dictates if the compact mode of the interface is on or off
var/compact_mode = FALSE
/// Possible gear to be dispensed
var/list/possible_gear
/obj/machinery/abductor/console/on_attack_hand(mob/user, act_intent = user.a_intent, unarmed_attack_flags)
if(!HAS_TRAIT(user, TRAIT_ABDUCTOR_TRAINING) && !HAS_TRAIT(user.mind, TRAIT_ABDUCTOR_TRAINING))