mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Merge pull request #12229 from TheSardele/bd-miner-log-fix
Sets Blood-Drunk Miner crusher trophy attack logs to all logs only
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
H.dna.species.oxy_mod *= 0.1
|
||||
H.dna.species.clone_mod *= 0.1
|
||||
H.dna.species.stamina_mod *= 0.1
|
||||
add_attack_logs(owner, owner, "gained blood-drunk stun immunity")
|
||||
add_attack_logs(owner, owner, "gained blood-drunk stun immunity", ATKLOG_ALL)
|
||||
var/status = CANSTUN | CANWEAKEN | CANPARALYSE | IGNORESLOWDOWN
|
||||
owner.status_flags &= ~status
|
||||
owner.playsound_local(get_turf(owner), 'sound/effects/singlebeat.ogg', 40, 1)
|
||||
@@ -80,7 +80,7 @@
|
||||
H.dna.species.oxy_mod *= 10
|
||||
H.dna.species.clone_mod *= 10
|
||||
H.dna.species.stamina_mod *= 10
|
||||
add_attack_logs(owner, owner, "lost blood-drunk stun immunity")
|
||||
add_attack_logs(owner, owner, "lost blood-drunk stun immunity", ATKLOG_ALL)
|
||||
owner.status_flags |= CANSTUN | CANWEAKEN | CANPARALYSE | IGNORESLOWDOWN
|
||||
|
||||
/datum/status_effect/exercised
|
||||
|
||||
Reference in New Issue
Block a user