mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
* upgradespeopleupgrades * yeah * weldingmoment * Apply suggestions from code review Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * love death and robots * modularity i guess who knows * Apply suggestions from code review Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * wew * literally just kill me * satisfaction * i hate synths * Fixing the commented code * Update code/modules/surgery/healing.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * whew * Update modular_skyrat/master_files/code/modules/power/cable.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * Update modular_skyrat/master_files/code/game/objects/items/tools/weldingtool.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * wew * Update code/__DEFINES/~skyrat_defines/mobs.dm Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> * Should hopefully actually fix the logic for the synth revival surgery * Update modular_skyrat/modules/customization/modules/mob/living/carbon/human/human_defense.dm Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> * uwu Co-authored-by: Snakebittenn <12636964+Snakebittenn@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
6 lines
260 B
Plaintext
6 lines
260 B
Plaintext
/obj/item/stack/cable_coil
|
|
/// How long it takes to apply cable to your own robotic limbs to heal their burns.
|
|
var/self_delay = 5 SECONDS
|
|
/// How long it takes to apply cable to someone else's robotic limbs to heal their burns.
|
|
var/other_delay = 1 SECONDS
|