mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 09:07:22 +00:00
Style and polish
This commit is contained in:
parent
9b9de07dae
commit
b9904b2dbc
14 changed files with 56 additions and 46 deletions
|
|
@ -6,8 +6,8 @@ VerbRule(Repair)
|
|||
;
|
||||
|
||||
modify Thing
|
||||
dobjFor(Repair) {
|
||||
verify() {
|
||||
dobjFor (Repair) {
|
||||
verify () {
|
||||
illogical('{You/he} do{es}n\'t know how to repair {that dobj/him}. ');
|
||||
}
|
||||
}
|
||||
|
|
@ -21,13 +21,13 @@ VerbRule(RepairWith)
|
|||
;
|
||||
|
||||
modify Thing
|
||||
dobjFor(RepairWith) {
|
||||
verify() {
|
||||
dobjFor (RepairWith) {
|
||||
verify () {
|
||||
illogical('{That dobj/he} {is}n\'t something {you/he} can fix. ');
|
||||
}
|
||||
}
|
||||
iobjFor(RepairWith) {
|
||||
verify() {
|
||||
iobjFor (RepairWith) {
|
||||
verify () {
|
||||
illogical('{That iobj/he} do{es}n\'t look very useful as a tool. ');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue