Skip to content

Commit

Permalink
silly
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Mar 8, 2024
1 parent f8ef865 commit 04b5f4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/obj/structure/closet/secure_closet/marine_personal/get_examine_text(mob/user)
. = ..()
. += SPAN_NOTICE("It has a name tag[owner ? ": [owner]." : ". They are sill in hypersleep..."]")
. += SPAN_NOTICE("It has a name tag[owner ? ": [owner]." : ". They are still in hypersleep..."]")

/obj/structure/closet/secure_closet/marine_personal/Initialize(mapload, ...)
. = ..()
Expand Down

0 comments on commit 04b5f4c

Please sign in to comment.