mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
You can no longer push people with riot shields (and other parry objects) on help intent (#25301)
* You can no longer push people with riot shields (and other parry objects) on help intent * Update buffs.dm
This commit is contained in:
@@ -596,12 +596,14 @@
|
||||
H.physiology.brute_mod *= 0.8
|
||||
H.physiology.burn_mod *= 0.8
|
||||
H.physiology.stamina_mod *= 0.8
|
||||
owner.status_flags &= ~CANPUSH
|
||||
add_attack_logs(owner, owner, "gained chainsaw stun immunity", ATKLOG_ALL)
|
||||
owner.add_stun_absorption("chainsaw", INFINITY, 4)
|
||||
owner.playsound_local(get_turf(owner), 'sound/effects/singlebeat.ogg', 40, TRUE, use_reverb = FALSE)
|
||||
|
||||
/datum/status_effect/chainsaw_slaying/on_remove()
|
||||
add_attack_logs(owner, owner, "lost chainsaw stun immunity", ATKLOG_ALL)
|
||||
owner.status_flags |= CANPUSH
|
||||
if(islist(owner.stun_absorption) && owner.stun_absorption["chainsaw"])
|
||||
owner.remove_stun_absorption("chainsaw")
|
||||
if(ishuman(owner))
|
||||
|
||||
Reference in New Issue
Block a user