generic stairs #218

Parent #349Owner #361Flags read, fertileSource hellcore/hellcore.db

Aliases: generic stairs

1 verbs · 57 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
push_throughthis none thisrxd#2187

Properties

PropertyDefinerFlagsOwnerValue
parent_up#218rc#361#228809
parent_down#218rc#361#273361
skill#349rc#361#116
difficulty#349rc#36120
move_on_hit#349rc#361<clear>
ohit_msg#349rc#361<clear>
hit_msg#349rc#361<clear>
damage#349rc#361<clear>
near_miss_msg#349rc#361<clear>
move_on_near_miss#349rc#361<clear>
onear_miss_msg#349rc#361<clear>
otherside#55rc#361<clear>
leave_msg#55rc#361<clear>
arrive_msg#55rc#361<clear>
go_fail_msg#55rc#361<clear>
look_place_msg#55rc#361<clear>
opaque#55rc#361<clear>
obvious#55rc#361<clear>
next_hops#55r#361<clear>
speed#55rc#361<clear>
direction#55rc#361<clear>
throw_msg#55rc#361<clear>
throw_through_msg#55rc#361<clear>
throw_fail_msg#55rc#361<clear>
oarrive_msg#55rc#361<clear>
oleave_msg#55rc#361<clear>
oleave_follow_msg#55rc#361<clear>
oarrive_follow_msg#55rc#361<clear>
last_use_time#55r#361<clear>
last_user#55r#361<clear>
last_arriver#55r#361<clear>
last_arrive_time#55r#361<clear>
passable#55rc#361<clear>
draw_ok#55rc#361<clear>
attenuation#55rw#361<clear>
hidden#55rc#361<clear>
direction_msg#55rc#361<clear>
next_hop_ok#55rc#361<clear>
protect_msg#55rc#361<clear>
pushed_msg#55rc#361"%DN stumbles toward %dt, then goes tumbling end-over-end down the stairs!"
pushed_from_msg#55rc#361"%DN comes tumbling down %dt with a series of loud cracks, thumps and obscenities."
look_through_msg#55rc#361<clear>
icon#55rc#361<clear>
pee_msg#55rc#361<clear>
otherside_type#55rc#361<clear>
verb_subs#55rc#361<clear>
sneak_difficulty#55rc#361<clear>
aliases#1rc#361{"generic stairs"}
description#1rc#361<clear>
object_size#1r#29{1683, 1298434432}
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): #349 generic dangerous exit#55 generic exit#1 root

Children: none

Call graph

calls n218_0 #218:push_through n55_29 #55:push_through n218_0->n55_29

Source

push_through

Spec this none thisFlags rxdOwner #361Definer #218

Referenced by

none

Source

1who = args[1];
2if (pass(@args))
3if (this.direction == "down")
4this.otherside.location:fall_into(who, this, 6);
5endif
6return 1;
7endif