mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Style and polish
This commit is contained in:
parent
9b9de07dae
commit
b9904b2dbc
14 changed files with 56 additions and 46 deletions
|
|
@ -5,7 +5,7 @@ lockers: Fixture
|
|||
" A row of service lockers with a numpad keyboard on the side.
|
||||
<br>This row, according to the signs,
|
||||
includes (from left to right) the lockers of
|
||||
Dr. O'Neill, Alice, and Mark. "
|
||||
<br>Dr. O'Neill, Alice Dash, and Mark Hopper. "
|
||||
;
|
||||
|
||||
modify VerbRule(SetTo)
|
||||
|
|
@ -27,10 +27,9 @@ modify VerbRule(SetTo)
|
|||
: '0';
|
||||
}
|
||||
|
||||
dobjFor(TypeLiteralOn)
|
||||
remapTo(SetTo, self, OtherObject)
|
||||
dobjFor (TypeLiteralOn) remapTo(SetTo, self, OtherObject)
|
||||
|
||||
dobjFor(SetTo) {
|
||||
dobjFor (SetTo) {
|
||||
action () {
|
||||
inherited;
|
||||
if (curSetting == aliceLocker.code) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue