Fixes Indoor Rain

This commit is contained in:
Atermonera
2021-08-01 11:27:30 -04:00
committed by Aronai Sieyes
parent 56a2160924
commit 9d84e7881c
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