-
Link to the video showing the bug:
[](https://youtu.be/Bj9-Bsl3Ydk)
https://www.youtube.com/watch?v=Bj9-Bsl3Ydk
(probably happends due to items being stuck in the stair hitboxes)
-
### Describe the bug
![image](https://github.com/user-attachments/assets/1d65e6b6-d125-4673-a3cc-3c22ec339f46)
The "illuminated" area has an apparent light level (determined via debug map editor) …
-
When placing a Carpet that has a light level on Slab/Stairs, the light level isn't kept. Would be nice if this could be part of the feature
-
**PLATFORM and OS or BROWSER:**
Linux Offline
**DCSS VERSION AND GAME INFORMATION:**
Dungeon Crawl Stone Soup version 0.33-a0-214-g42c94764d4 (console) character file.
**DESCRIPTION:*…
-
## [70. Climbing Stairs](https://leetcode.com/problems/climbing-stairs/description/)
You are climbing a staircase. It takes `n` steps to reach the top.
Each time you can either climb `1` or `2…
-
See https://www.doomworld.com/forum/topic/123678-problem-when-making-stairs-in-eureka/
-
In ClassicalSharp you simply 'slide' up the stairs when running.
In the original client, you get stopped by each stair if you attempt to run up stairs. I'm guessing it works by stopping your horizo…
-
downstairs should work (tested very quickly)
but upstairs definetly not because it is not implemented yet !!
-
### Game Version
1.18
### Platform
None
### Modded
None
### SP/MP
None
### Description
It's an old bug but it never got better. There are always this problems when you use chissels block, sta…
-
Example 1:
Input: n = 2
Output: 2
Explanation: There are two ways to climb to the top.
1. 1 step + 1 step
2. 2 steps
Example 2:
Input: n = 3
Output: 3
Explanation: There are three wa…