1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00

modifying two more rules

This commit is contained in:
Zed Lopez 2023-07-13 12:04:51 -07:00
parent 7889d1e7a9
commit e8272c7ee6
2 changed files with 2 additions and 3 deletions

View file

@ -225,7 +225,7 @@ do this is to write a rule about taking, which covers all possibilities."
Check an actor removing something from (this is the can't remove what's not inside rule):
if the holder of the noun is not the second noun:
if the actor is the player:
say "But [regarding the noun][they] [aren't] there now." (A);
say "But [regarding the noun][they] [aren't] there [now]." (A);
stop the action.
Check an actor removing something from (this is the can't remove from people rule):

View file

@ -680,8 +680,7 @@ I6 primitives in the template layer.
=
The adjust light rule is defined by Inter as "ADJUST_LIGHT_R" with
"[It] [are] [if story tense is present tense]now [end if]pitch dark in
[if story tense is present tense]here[else]there[end if]!" (A).
"[It] [are] [if story tense is present tense]now [end if]pitch dark in [here]!" (A).
The advance time rule is defined by Inter as "ADVANCE_TIME_R".
The generate action rule is defined by Inter as "GENERATE_ACTION_R" with
"(considering the first sixteen objects only)[command clarification break]" (A),