Skip to content

Commit

Permalink
Update code/modules/cm_marines/equipment/gear.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Ben10083 and harryob authored Jun 30, 2023
1 parent e5a907b commit 5256e1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/cm_marines/equipment/gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
var/is_animating = FALSE
var/first_open = TRUE
exit_stun = 0
COOLDOWN_DECLARE(toggle_delay)//used to implement a delay before tarp can be entered again after opened (anti-exploit)
/// used to implement a delay before tarp can be entered again after opened (anti-exploit)
COOLDOWN_DECLARE(toggle_delay)

/obj/structure/closet/bodybag/tarp/snow
icon_state = "snowtarp_closed"
Expand Down

0 comments on commit 5256e1b

Please sign in to comment.