drug_vector #271

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

Aliases: drug_vector

2 verbs · 10 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
resistorsthis none thisrxd#2712
resistthis none thisrxd#2716

Properties

PropertyDefinerFlagsOwnerValue
aliases#1rc#361{"drug_vector"}
description#1rc#361<clear>
object_size#1r#29{1066, 1298434491}
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: none

Call graph

calls n271_1 #271:resist n271_0 #271:resistors n271_1->n271_0

Source

resistors

Spec this none thisFlags rxdOwner #361Definer #271

Referenced by

Source

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

resist

Spec this none thisFlags rxdOwner #361Definer #271

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