Skip to content

Commit c6a37a8

Browse files
Merge pull request #5287 from MistakeNot4892/dev
Updating dev from stable
2 parents 5fb76e1 + b7fa220 commit c6a37a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/modules/multiz/movement.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@
321321

322322
/mob/living/verb/check_sky()
323323
set name = "Check Sky"
324+
set category = "IC"
324325
if(!client || is_physically_disabled() || !isturf(loc))
325326
to_chat(src, SPAN_WARNING("You can't check the sky right now."))
326327
return

0 commit comments

Comments
 (0)