Move typical light placement over doors

This commit is contained in:
2022-03-10 19:00:56 +00:00
parent 01c58490fa
commit 73a35bb3f1
3 changed files with 11 additions and 19 deletions
+1 -2
View File
@@ -91,8 +91,7 @@ roomRectAutoLinks x y = (roomRect x y xn yn)
where
xn = max 1 $ (ceiling x - 40) `div` 60
yn = max 1 $ (ceiling y - 40) `div` 60
plmnts = [mntLightLnkCond unusedLnkToPS
, mntLightLnkCond unusedLnkToPS ]
plmnts = replicate 3 (mntLightLnkCond $ useRoomPosCond isUsedLnkUnplaced)
{- Combines two rooms into one room.
- will have to work out exactly what to do with combining links
Mostly involves concatenation. -}