Adds optional area-based definition for outdoors-ness. (#8155)

This commit is contained in:
Neerti
2021-06-27 20:46:10 -09:00
committed by GitHub
parent 671b5e7ea4
commit 6782e64891
17 changed files with 69 additions and 37 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) // They're inside.
if(T.outdoors == OUTDOORS_NO) // They're inside.
to_chat(usr, "You see nothing interesting.")
return