mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
@@ -79,4 +79,4 @@
|
||||
battery.charge = battery.maxcharge
|
||||
|
||||
/obj/item/computer_hardware/battery_module/get_cell()
|
||||
return battery
|
||||
return battery
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
if(stored_card)
|
||||
stored_card.forceMove(get_turf(holder2))
|
||||
holder2 = null
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -34,4 +34,4 @@
|
||||
/obj/item/computer_hardware/hard_drive/portable/Destroy()
|
||||
if(holder2 && (holder2.portable_drive == src))
|
||||
holder2.portable_drive = null
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -43,4 +43,4 @@
|
||||
/obj/item/computer_hardware/processor_unit/Destroy()
|
||||
if(holder2 && (holder2.processor_unit == src))
|
||||
holder2.processor_unit = null
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
/obj/item/computer_hardware/tesla_link/Destroy()
|
||||
if(holder2 && (holder2.tesla_link == src))
|
||||
holder2.tesla_link = null
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user