drug_vector #271
Aliases: drug_vector
2 verbs · 10 properties · 0 children
Verbs
| Verb | Spec | Flags | Definer | Lines |
|---|---|---|---|---|
resistors | this none this | rxd | #271 | 2 |
resist | this none this | rxd | #271 | 6 |
Properties
| Property | Definer | Flags | Owner | Value |
|---|---|---|---|---|
aliases | #1 | rc | #361 | {"drug_vector"} |
description | #1 | rc | #361 | <clear> |
object_size | #1 | r | #29 | {1066, 1298434491} |
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: none
Call graph
Source
resistors
Referenced by
- #271: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);