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 29, 2023
1 parent 12ab068 commit eebafe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/equipment/gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

/obj/structure/closet/bodybag/tarp/close()
if(delay_time > world.time)
to_chat(usr, SPAN_WARNING("It is too soon to close the [src]!"))
to_chat(usr, SPAN_WARNING("It is too soon to close [src]!"))
return FALSE
. = ..()
handle_cloaking()
Expand Down

0 comments on commit eebafe8

Please sign in to comment.