Fixes Indoor Rain

This commit is contained in:
Neerti
2021-07-12 14:19:59 -04:00
parent 9932e13f6d
commit 6b4ee972dd
11 changed files with 32 additions and 27 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
to_chat(usr, span("warning", "You appear to be in a place without any sort of concept of direction. You have bigger problems to worry about."))
return
if(T.outdoors == OUTDOORS_NO) // They're inside.
if(!T.is_outdoors()) // They're inside.
to_chat(usr, "You see nothing interesting.")
return