Skip to content

Commit 7c420f5

Browse files
committed
Add pixel offset to rope
1 parent c73693e commit 7c420f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mojave/structures/ladders.dm

+3-1
Original file line numberDiff line numberDiff line change
@@ -197,12 +197,14 @@
197197
/// A simple rope, take a bit more time to climb up than go down.
198198
/obj/structure/ladder/ms13/rope
199199
name = "rope"
200-
icon_state = "rope"
201200
desc = "A thick rope made of natural fibres and tied to a rusted rod firmly planted in the ground."
201+
icon_state = "rope"
202+
pixel_y = 15
202203
travel_time = 3 SECONDS
203204

204205
/obj/structure/ladder/ms13/rope/upwards
205206
icon_state = "rope_down"
207+
pixel_y = -10
206208

207209
/obj/structure/ladder/ms13/rope/update_icon_state()
208210
. = ..()

0 commit comments

Comments
 (0)