drug_vector #369
Aliases: drug_vector
2 verbs · 10 properties · 5 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
resistors | this none this | rxd | #369 | 2 |
resist | this none this | rxd | #369 | 6 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
aliases | #1 | rc | #361 | {"drug_vector"} |
description | #1 | rc | #361 | <clear> |
object_size | #1 | r | #29 | {0, 0} |
hidden_verbs | #1 | rc | #361 | <clear> |
phelp_msg | #1 | rc | #361 | <clear> |
weight | #1 | rc | #361 | <clear> |
owner_verbs | #1 | rc | #361 | <clear> |
plural_name | #1 | rc | #361 | <clear> |
client_image | #1 | rc | #361 | <clear> |
listening | #1 | rc | #361 | <clear> |
Ancestry
Ancestors (nearest first): #1 root
Children: #139 inhalation, #171 intravenous, #275 divine, #370 mouth, #371 skin
Call graph
Source
resistors
Referenced by
- #369:resist line 3:
this:resistors
Source
1{who, drug} = args; 2return who.wearing;
resist
Referenced by
none
Source
1{who, what, count} = args; 2resisted = {count}; 3for resistor in (this:resistors(who, what)) 4resisted = {@resisted, resistor:resist_drug(who, what, count, this)}; 5endfor 6return min(@resisted);