shy_in_room ![code/datums/components/shy_in_room.dm 2](git.png)
You can't use items on anyone other than yourself if you stand in a blacklisted room
Vars | |
blacklist | Typecache of areas you can't stand |
---|---|
message | Message shown when you are in a blacklisted room |
Procs | |
Initialize | _blacklist, and _message map to vars |
is_shy | Returns TRUE or FALSE if you are in a blacklisted area |
Var Details
blacklist ![code/datums/components/shy_in_room.dm 5](git.png)
Typecache of areas you can't stand
message ![code/datums/components/shy_in_room.dm 7](git.png)
Message shown when you are in a blacklisted room
Proc Details
Initialize
_blacklist, and _message map to vars
is_shy
Returns TRUE or FALSE if you are in a blacklisted area