Skip to content
Snippets Groups Projects
Commit dbeebd92 authored by klorpa's avatar klorpa
Browse files

Fixin

parent 1eb3f6a1
Branches
Tags
1 merge request!2428Hearing Final
...@@ -60,9 +60,10 @@ ...@@ -60,9 +60,10 @@
They are turned off. They are turned off.
<</if>> <</if>>
<br><br> <br><br>
<<if $activeSlave.hears != 0>>[[Restore hearing|cyberConfig][$activeSlave.hears = 0,$temp = 3]] | <</if>> <<if $activeSlave.hears != 0>>[[Restore hearing|cyberConfig][$activeSlave.hears = 0,$temp = 5]] | <</if>>
<<if $activeSlave.hears != -1>>[[Muffle|cyberConfig][$activeSlave.hears = -1,$temp = 3]] | <</if>> <<if $activeSlave.hears != -1>>[[Muffle|cyberConfig][$activeSlave.hears = -1,$temp = 5]] | <</if>>
<<if $activeSlave.hears != -2>>[[Disable|cyberConfig][$activeSlave.hears = -2,$temp = 3]]<</if>> <<if $activeSlave.hears != -2>>[[Disable|cyberConfig][$activeSlave.hears = -2,$temp = 5]]<</if>>
<</if>>
<<if $activeSlave.PLimb > 0>><br><br> <<if $activeSlave.PLimb > 0>><br><br>
$He has PLimb interface installed. You can assign and adjust $his prosthetics here. $He has PLimb interface installed. You can assign and adjust $his prosthetics here.
...@@ -128,4 +129,13 @@ ...@@ -128,4 +129,13 @@
<<elseif $activeSlave.amp == -5>>experimentally flexes the muscles in $his artificial arm. <<elseif $activeSlave.amp == -5>>experimentally flexes the muscles in $his artificial arm.
<<else>>catches $his balance. <<else>>catches $his balance.
<</if>> <</if>>
<<case 5>>
<<set $temp = 0, $nextButton = "Continue", $nextLink = "cyberConfig">>
<<if $activeSlave.hears == 0>>
$He tilts $his head as $his hearing returns.
<<elseif $activeSlave.hears == -1>>
$He shakes $his head as $his hearing becomes muffled.
<<else>>
$He has a panicked expression when $his hearing is suddenly silenced.
<</if>>
<</switch>> <</switch>>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment