Skip to content

Commit

Permalink
bugfix: Oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
xTrogwaRx authored Mar 13, 2024
1 parent 921c58e commit 83361ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
return FALSE
var/blocking_object = density_check()
if(blocking_object)
to_chat(user, span_warning("You cannot climb [src], as it is blocked by \a [blocking_object]!")
to_chat(user, span_warning("You cannot climb [src], as it is blocked by \a [blocking_object]!"))
return FALSE
var/turf/T = src.loc
if(!T || !istype(T))
Expand Down

0 comments on commit 83361ef

Please sign in to comment.