mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[MIRROR] Borg Gripper Edits (#11901)
Co-authored-by: Victor Zisthus <56660717+VictorZisthus@users.noreply.github.com>
This commit is contained in:
co-authored by
Victor Zisthus
parent
082e96e904
commit
f2dbe9b6ae
@@ -1222,8 +1222,11 @@ GLOBAL_LIST_INIT(area_or_turf_fail_types, typecacheof(list(
|
||||
/obj/item/circuitboard, \
|
||||
/obj/item/smes_coil, \
|
||||
/obj/item/fuel_assembly, \
|
||||
/obj/item/stack/tile/floor, \
|
||||
/obj/item/stack/hose
|
||||
/obj/item/stack/tile, \
|
||||
/obj/item/stack/hose, \
|
||||
/obj/item/stack/animalhide, \
|
||||
/obj/item/stack/hairlesshide, \
|
||||
/obj/item/stack/wetleather
|
||||
|
||||
#define OMNI_GRIPPER \
|
||||
/obj/item
|
||||
@@ -1343,7 +1346,8 @@ GLOBAL_LIST_INIT(area_or_turf_fail_types, typecacheof(list(
|
||||
/obj/item/mecha_parts/component
|
||||
|
||||
#define SHEET_GRIPPER \
|
||||
/obj/item/stack/material
|
||||
/obj/item/stack/material, \
|
||||
/obj/item/stack/rods
|
||||
|
||||
GLOBAL_LIST_INIT(all_borg_multitool_options, list(
|
||||
/obj/item/tool/screwdriver/cyborg,
|
||||
|
||||
Reference in New Issue
Block a user