Skip to content

Commit

Permalink
Tent Height Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostsheet committed Jul 26, 2023
1 parent dd643a8 commit 81126c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/tents/deployed_tents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@
icon_state = "big_interior"
roof_state = "big_top"
x_dim = 3
y_dim = 3
y_dim = 4

/obj/structure/tent/reqs
icon_state = "reqs_interior"
roof_state = "reqs_top"
x_dim = 4
y_dim = 3
y_dim = 4

0 comments on commit 81126c4

Please sign in to comment.