We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73693e commit 7c420f5Copy full SHA for 7c420f5
mojave/structures/ladders.dm
@@ -197,12 +197,14 @@
197
/// A simple rope, take a bit more time to climb up than go down.
198
/obj/structure/ladder/ms13/rope
199
name = "rope"
200
- icon_state = "rope"
201
desc = "A thick rope made of natural fibres and tied to a rusted rod firmly planted in the ground."
+ icon_state = "rope"
202
+ pixel_y = 15
203
travel_time = 3 SECONDS
204
205
/obj/structure/ladder/ms13/rope/upwards
206
icon_state = "rope_down"
207
+ pixel_y = -10
208
209
/obj/structure/ladder/ms13/rope/update_icon_state()
210
. = ..()
0 commit comments