mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	stretch is not applicable to nil
This commit is contained in:
		| @@ -2683,7 +2683,7 @@ EX namespace stretch { | ||||
|     } | ||||
|  | ||||
|   EX bool applicable() { | ||||
|     return mtwisted || (cgflags & qSTRETCHABLE); | ||||
|     return (mtwisted && !nil) || (cgflags & qSTRETCHABLE); | ||||
|     } | ||||
|  | ||||
|   EX bool in() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue