Skip to content

Commit

Permalink
Update HolodeckControl.dm (#26632)
Browse files Browse the repository at this point in the history
  • Loading branch information
XFirebirdX authored Aug 29, 2024
1 parent 1612047 commit 5ca1036
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/machinery/computer/HolodeckControl.dm
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@
icon = 'icons/turf/floors/carpet.dmi'
icon_state = "carpet-255"
base_icon_state = "carpet"
floor_tile = /obj/item/stack/tile/carpet
smoothing_flags = SMOOTH_BITMASK
smoothing_groups = list(SMOOTH_GROUP_TURF, SMOOTH_GROUP_CARPET)
canSmoothWith = list(SMOOTH_GROUP_CARPET)
Expand Down Expand Up @@ -265,7 +264,6 @@
pixel_x = -9
pixel_y = -9
layer = ABOVE_OPEN_TURF_LAYER
floor_tile = /obj/item/stack/tile/grass

/turf/simulated/floor/holofloor/attackby(obj/item/W as obj, mob/user as mob, params)
return
Expand Down

0 comments on commit 5ca1036

Please sign in to comment.