smell 
Singleton datum representing a smell
Vars | |
| category | The "type" of smell it is |
|---|---|
| text | Text of the smell |
Procs | |
| can_mob_smell | Can the passed mob smell this smell? |
| get_adjective | Returns what adjective to use for the smell for output |
| get_category | Return what category of smell this is for output |
| get_examine_text | Returns the text shown when double-examining an atom with this smell |
| on_smell | Any bonus effects when smelling this smell |
Var Details
category 
The "type" of smell it is
text 
Text of the smell
Proc Details
can_mob_smell
Can the passed mob smell this smell?
get_adjective
Returns what adjective to use for the smell for output
get_category
Return what category of smell this is for output
get_examine_text
Returns the text shown when double-examining an atom with this smell
on_smell
Any bonus effects when smelling this smell