mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Fixes Indoor Rain
This commit is contained in:
committed by
Aronai Sieyes
parent
56a2160924
commit
9d84e7881c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user