Skip to content

Commit

Permalink
Fixes bamboo examine
Browse files Browse the repository at this point in the history
  • Loading branch information
someone543 committed Jul 27, 2023
1 parent 1141e61 commit fe4dded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/open/floor/fancy_floor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
heavyfootstep = FOOTSTEP_GENERIC_HEAVY
tiled_dirt = FALSE

/turf/open/floor/carpet/examine(mob/user)
/turf/open/floor/bamboo/examine(mob/user)
. = ..()
. += "<span class='notice'>There's a <b>small crack</b> on the edge of it.</span>"

Expand Down

0 comments on commit fe4dded

Please sign in to comment.