mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
removes the research scanner from borgs
This commit is contained in:
@@ -95,7 +95,6 @@
|
||||
|
||||
//Some tidying-up.
|
||||
flavor_text = "It's a tiny little repair drone. The casing is stamped with an NT logo and the subscript: 'Nanotrasen Recursive Repair Systems: Fixing Tomorrow's Problem, Today!'"
|
||||
scanner.Grant(src)
|
||||
update_icons()
|
||||
|
||||
/mob/living/silicon/robot/drone/init(alien = FALSE, mob/living/silicon/ai/ai_to_sync_to = null)
|
||||
|
||||
@@ -108,7 +108,6 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
|
||||
var/ionpulse = FALSE // Jetpack-like effect.
|
||||
var/ionpulse_on = FALSE // Jetpack-like effect.
|
||||
|
||||
var/datum/action/item_action/toggle_research_scanner/scanner = null
|
||||
var/list/module_actions = list()
|
||||
|
||||
var/see_reagents = FALSE // Determines if the cyborg can see reagents
|
||||
@@ -171,8 +170,6 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
|
||||
init(alien, connect_to_AI, ai_to_sync_to)
|
||||
|
||||
diag_hud_set_borgcell()
|
||||
scanner = new(src)
|
||||
scanner.Grant(src)
|
||||
RegisterSignal(src, COMSIG_MOVABLE_MOVED, PROC_REF(create_trail))
|
||||
|
||||
/mob/living/silicon/robot/get_radio()
|
||||
@@ -301,7 +298,6 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
|
||||
QDEL_LIST_ASSOC_VAL(components)
|
||||
QDEL_NULL(rbPDA)
|
||||
QDEL_NULL(radio)
|
||||
scanner = null
|
||||
module_actions.Cut()
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user