Skip to content
Snippets Groups Projects
Commit a3d6a943 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fix_colonel' into 'pregmod-master'

Fixed status and Tension not being properly fixed due to a misplaced 3.

See merge request pregmodfan/fc-pregmod!4947
parents 594f57ed c0f2a20a
Branches
Tags
No related merge requests found
......@@ -205,7 +205,7 @@
<<set $SF.Colonel.Fun = 1,$SF.Colonel.Talk = 1,$SF.Colonel.Status += 3, $SF.FS.Tension -= _colonelTalkTensionRuction>>
<br>Where should this fun take place?
<<link "Go back" "Firebase">>
<<set $SF.Colonel.Fun = 0, $SF.Colonel.Talk = 0,$SF.Colonel.Status -= , $SF.FS.Tension += _colonelTalkTensionRuction3>>
<<set $SF.Colonel.Fun = 0, $SF.Colonel.Talk = 0,$SF.Colonel.Status -= 3, $SF.FS.Tension += _colonelTalkTensionRuction>>
<</link>>
<br><<link "In private">>
<<replace "#result4">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment