fix "singular of null?" warning for info lookup
Guard against the pathological cases of ", <anything>" and " called <anything>" strings that a user could type in to indirectly trigger impossible(). Now they'll yield "no info about such things".
This commit is contained in:
@@ -125,6 +125,7 @@ do not let an attached iron ball drag the hero through a location that the hero
|
||||
could not move normally
|
||||
hero's appearance should change immediately after mimicing completes
|
||||
avoid some uses of "it" in killer messages
|
||||
avoid "singular of null?" warning for info lookup of obscure user input
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
|
||||
Reference in New Issue
Block a user