This commit is contained in:
Roxy
2025-06-05 20:49:11 -04:00
parent 5667499904
commit 2fa05c3c37
5 changed files with 10 additions and 10 deletions

View File

@@ -434,7 +434,7 @@
/obj/item/stack/sheet/glass, /obj/item/stack/sheet/glass,
/obj/item/borg/apparatus/sheet_manipulator, /obj/item/borg/apparatus/sheet_manipulator,
/obj/item/stack/rods/cyborg, /obj/item/stack/rods/cyborg,
/obj/item/lightreplacer/cyborg, // Skyrat Edit - Surprised Engie borgs don't get these /obj/item/lightreplacer, // Skyrat Edit - Surprised Engie borgs don't get these
/obj/item/construction/rtd/borg, /obj/item/construction/rtd/borg,
/obj/item/stack/cable_coil, /obj/item/stack/cable_coil,
) )

View File

@@ -1,11 +1,11 @@
/mob/living/silicon/robot/unequip_module_from_slot(obj/item/O) /mob/living/silicon/robot/doUnEquip(obj/item/item_dropping, force, atom/newloc, no_move, invdrop, silent)
..() . = ..()
if(check_held_item_sprites(O)) if(check_held_item_sprites(item_dropping))
update_icons() update_icons()
/mob/living/silicon/robot/equip_module_to_slot(obj/item/O) /mob/living/silicon/robot/put_in_hand(obj/item/item_module, hand_index, forced = FALSE, ignore_anim = TRUE, visuals_only = FALSE)
..() . = ..()
if(check_held_item_sprites(O)) if(check_held_item_sprites(item_module))
update_icons() update_icons()
/// contains a list of items that currently have sprites associated with them, and what borg-skin has them, returns true if the held item and borg skin are in the list. /// contains a list of items that currently have sprites associated with them, and what borg-skin has them, returns true if the held item and borg skin are in the list.

View File

@@ -367,7 +367,7 @@
/obj/item/crowbar/cyborg/power, /obj/item/crowbar/cyborg/power,
/obj/item/screwdriver/cyborg/power, /obj/item/screwdriver/cyborg/power,
/obj/item/construction/rcd/borg/syndicate, /obj/item/construction/rcd/borg/syndicate,
/obj/item/lightreplacer/cyborg, /obj/item/lightreplacer,
/obj/item/stack/sheet/iron, /obj/item/stack/sheet/iron,
/obj/item/stack/sheet/glass, /obj/item/stack/sheet/glass,
/obj/item/borg/apparatus/sheet_manipulator, /obj/item/borg/apparatus/sheet_manipulator,

View File

@@ -58,7 +58,7 @@
/obj/item/borg/apparatus/beaker, /obj/item/borg/apparatus/beaker,
/obj/item/borg/apparatus/beaker, /obj/item/borg/apparatus/beaker,
/obj/item/soap/nanotrasen, /obj/item/soap/nanotrasen,
/obj/item/mop/cyborg, // Soap's good and all, but a mop is good, too /obj/item/mop, // Soap's good and all, but a mop is good, too
/obj/item/lightreplacer, /obj/item/lightreplacer,
/obj/item/borg/cyborghug, /obj/item/borg/cyborghug,
/obj/item/quadborg_nose, /obj/item/quadborg_nose,

View File

@@ -166,7 +166,7 @@
/obj/item/screwdriver/cyborg/power, /obj/item/screwdriver/cyborg/power,
/obj/item/construction/rcd/borg/syndicate, /obj/item/construction/rcd/borg/syndicate,
/obj/item/pipe_dispenser, /obj/item/pipe_dispenser,
/obj/item/lightreplacer/cyborg, /obj/item/lightreplacer,
/obj/item/stack/cable_coil, /obj/item/stack/cable_coil,
/obj/item/stack/sheet/iron, /obj/item/stack/sheet/iron,
/obj/item/stack/rods/cyborg, /obj/item/stack/rods/cyborg,