mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Fixes for #90927
This commit is contained in:
@@ -434,7 +434,7 @@
|
||||
/obj/item/stack/sheet/glass,
|
||||
/obj/item/borg/apparatus/sheet_manipulator,
|
||||
/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/stack/cable_coil,
|
||||
)
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/mob/living/silicon/robot/unequip_module_from_slot(obj/item/O)
|
||||
..()
|
||||
if(check_held_item_sprites(O))
|
||||
/mob/living/silicon/robot/doUnEquip(obj/item/item_dropping, force, atom/newloc, no_move, invdrop, silent)
|
||||
. = ..()
|
||||
if(check_held_item_sprites(item_dropping))
|
||||
update_icons()
|
||||
|
||||
/mob/living/silicon/robot/equip_module_to_slot(obj/item/O)
|
||||
..()
|
||||
if(check_held_item_sprites(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(item_module))
|
||||
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.
|
||||
|
||||
@@ -367,7 +367,7 @@
|
||||
/obj/item/crowbar/cyborg/power,
|
||||
/obj/item/screwdriver/cyborg/power,
|
||||
/obj/item/construction/rcd/borg/syndicate,
|
||||
/obj/item/lightreplacer/cyborg,
|
||||
/obj/item/lightreplacer,
|
||||
/obj/item/stack/sheet/iron,
|
||||
/obj/item/stack/sheet/glass,
|
||||
/obj/item/borg/apparatus/sheet_manipulator,
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
/obj/item/borg/apparatus/beaker,
|
||||
/obj/item/borg/apparatus/beaker,
|
||||
/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/borg/cyborghug,
|
||||
/obj/item/quadborg_nose,
|
||||
|
||||
@@ -166,7 +166,7 @@
|
||||
/obj/item/screwdriver/cyborg/power,
|
||||
/obj/item/construction/rcd/borg/syndicate,
|
||||
/obj/item/pipe_dispenser,
|
||||
/obj/item/lightreplacer/cyborg,
|
||||
/obj/item/lightreplacer,
|
||||
/obj/item/stack/cable_coil,
|
||||
/obj/item/stack/sheet/iron,
|
||||
/obj/item/stack/rods/cyborg,
|
||||
|
||||
Reference in New Issue
Block a user