This commit is contained in:
2022-06-07 20:39:52 +01:00
parent 956ee87168
commit 5a42e0b801
6 changed files with 30 additions and 18 deletions
-2
View File
@@ -95,8 +95,6 @@ onRemoveWristShield itm cr w = w
setWristShieldPos :: Item -> Creature -> World -> World
setWristShieldPos itm cr w = w
& moveWallIDUnsafe i wlline
-- & testString .~ (\w' -> [shortShow $ _wlLine (_walls w' IM.! i)])
-- & tempLightSources .:~ tlsTimeRadColPos 1 200 0.7 (fst wlline `v2z` 40)
where
i = _eparamID $ _eqParams $ _eqEq $ _itUse itm
wlline = (f (V3 (-10) 7 0), f (V3 10 7 0))