Skip to content

Commit

Permalink
tent bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostsheet committed Jul 20, 2023
1 parent 5f27cd2 commit 429c0a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/tents/deployed_tents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@
. = ..()
return FALSE // Always fly through the tent

/obj/structure/tent/Destroy()
for(var/turf/turf in locs)
for(var/mob/mobs in turf)
mob_exited_tent(mobs)
. = ..()

/// Command tent, providing basics for field command: a phone, and an overwatch console
/obj/structure/tent/cmd
icon_state = "cmd_interior"
Expand Down

0 comments on commit 429c0a2

Please sign in to comment.