Skip to content

Commit

Permalink
Minor tent fix (#4002)
Browse files Browse the repository at this point in the history
# About the pull request

Tent height was increased in #3918

Command and Medical tent height was increased
However Req and Big tent height was not increased.

This PR increases tent height for Req and Big tent

# Explain why it's good for the game

Whoops... forgot to change these vars
  • Loading branch information
ghostsheet authored Jul 27, 2023
1 parent e6055ee commit 1f83efe
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 1f83efe

Please sign in to comment.