mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-24 07:56:59 +00:00
stretch is not applicable to nil
This commit is contained in:
parent
3a8f7fcc3c
commit
d49e2e3992
@ -2683,7 +2683,7 @@ EX namespace stretch {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX bool applicable() {
|
EX bool applicable() {
|
||||||
return mtwisted || (cgflags & qSTRETCHABLE);
|
return (mtwisted && !nil) || (cgflags & qSTRETCHABLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
EX bool in() {
|
EX bool in() {
|
||||||
|
Loading…
Reference in New Issue
Block a user