Generalise link effects

This commit is contained in:
2022-06-02 22:50:42 +01:00
parent 15d8b821d4
commit 28a002eb08
4 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ defaultRoom :: Room
defaultRoom = Room
{ _rmPolys = []
, _rmLinks = []
, _rmLinkEff = []
, _rmLinkEff = const . const . const . const id
, _rmPos = []
, _rmPath = []
, _rmPmnts = []