drug_vector #369

Parent #1Owner #361Flags readSource hellcore/hellcore.db

Aliases: drug_vector

2 verbs · 10 properties · 5 children

Verbs

VerbSpecFlagsDefinerLines
resistorsthis none thisrxd#3692
resistthis none thisrxd#3696

Properties

PropertyDefinerFlagsOwnerValue
aliases#1rc#361{"drug_vector"}
description#1rc#361<clear>
object_size#1r#29{0, 0}
hidden_verbs#1rc#361<clear>
phelp_msg#1rc#361<clear>
weight#1rc#361<clear>
owner_verbs#1rc#361<clear>
plural_name#1rc#361<clear>
client_image#1rc#361<clear>
listening#1rc#361<clear>

Ancestry

Ancestors (nearest first): #1 root

Children: #139 inhalation, #171 intravenous, #275 divine, #370 mouth, #371 skin

Call graph

calls n369_1 #369:resist n369_0 #369:resistors n369_1->n369_0

Source

resistors

Spec this none thisFlags rxdOwner #361Definer #369

Referenced by

Source

1{who, drug} = args;
2return who.wearing;

resist

Spec this none thisFlags rxdOwner #361Definer #369

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);