Skip to content

Commit

Permalink
Update code/modules/tents/folded_tents.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Waseemq1235 and harryob authored Jul 20, 2023
1 parent 1ac8b64 commit 78c55e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tents/folded_tents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/// Map Template to use for the tent
var/template
/// Var to make it deployable anywhere
var/unrestricted_deployment = 0
var/unrestricted_deployment = FALSE

/// Check an area is clear for deployment of the tent
/obj/item/folded_tent/proc/check_area(turf/ref_turf, mob/message_receiver, display_error = FALSE)
Expand Down

0 comments on commit 78c55e7

Please sign in to comment.