mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
operator_changes
This commit is contained in:
@@ -126,9 +126,9 @@
|
||||
|
||||
/mob/living/silicon/robot/proc/disable_component(module_name, duration)
|
||||
var/datum/robot_component/D = get_component(module_name)
|
||||
D.component_disabled = 1
|
||||
D.component_disabled++
|
||||
spawn(duration)
|
||||
D.component_disabled = 0
|
||||
D.component_disabled--
|
||||
|
||||
// Returns component by it's string name
|
||||
/mob/living/silicon/robot/proc/get_component(var/component_name)
|
||||
|
||||
Reference in New Issue
Block a user