Merge pull request #14867 from kiwedespars/wheelyheely
wheely heelies finally have that downside people have been telling me about
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
/obj/vehicle/ridden/scooter/wheelys/Initialize()
|
||||
. = ..()
|
||||
var/datum/component/riding/D = LoadComponent(/datum/component/riding)
|
||||
D.vehicle_move_delay = 0
|
||||
D.vehicle_move_delay = 1
|
||||
D.set_vehicle_dir_layer(SOUTH, ABOVE_MOB_LAYER)
|
||||
D.set_vehicle_dir_layer(NORTH, OBJ_LAYER)
|
||||
D.set_vehicle_dir_layer(EAST, OBJ_LAYER)
|
||||
@@ -280,7 +280,7 @@
|
||||
unbuckle_mob(H)
|
||||
H.throw_at(throw_target, 4, 3)
|
||||
H.DefaultCombatKnockdown(30)
|
||||
H.adjustStaminaLoss(10)
|
||||
H.adjustStaminaLoss(30)
|
||||
var/head_slot = H.get_item_by_slot(SLOT_HEAD)
|
||||
if(!head_slot || !(istype(head_slot,/obj/item/clothing/head/helmet) || istype(head_slot,/obj/item/clothing/head/hardhat)))
|
||||
H.adjustOrganLoss(ORGAN_SLOT_BRAIN, 1)
|
||||
|
||||
@@ -199,6 +199,24 @@
|
||||
|
||||
<h2 class="date">06 June 2021</h2>
|
||||
<h3 class="author">bunny232 updated:</h3>
|
||||
<h2 class="date">14 March 2021</h2>
|
||||
<h3 class="author">Adelphon updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">messy2</li>
|
||||
<li class="bugfix">papermask</li>
|
||||
</ul>
|
||||
<h3 class="author">Hatterhat updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Robotic limb repair surgery now has tiers.</li>
|
||||
<li class="rscadd">Pubby and Delta now have roundstart limb-growers relatively close to, if not in, the operating theaters. tweak: Box QM's console now can announce things.</li>
|
||||
</ul>
|
||||
<h3 class="author">Putnam3145 updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="bugfix">chaos loads now</li>
|
||||
</ul>
|
||||
|
||||
<h2 class="date">12 March 2021</h2>
|
||||
<h3 class="author">R3dtail updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Pools are capable of mist at lower temperatures</li>
|
||||
</ul>
|
||||
@@ -219,6 +237,8 @@
|
||||
|
||||
<h2 class="date">04 June 2021</h2>
|
||||
<h3 class="author">MrJWhit updated:</h3>
|
||||
<h2 class="date">10 March 2021</h2>
|
||||
<h3 class="author">Hatterhat updated:</h3>
|
||||
<ul class="changes bgimages16">
|
||||
<li class="rscadd">Adds a missing pipe</li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user