Fix indentations (#17481)

* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
This commit is contained in:
Fluffy
2023-10-05 10:15:58 +00:00
committed by GitHub
parent 032853824d
commit 4538e2a7cc
471 changed files with 2670 additions and 2597 deletions
+3 -3
View File
@@ -61,7 +61,7 @@
if(!D.stat && !D.weakened)
A.do_attack_animation(D)
D.visible_message("<span class='warning'>[A] knees [D] in the stomach!</span>", \
"<span class='danger'>[A] winds you with a knee in the stomach!</span>")
"<span class='danger'>[A] winds you with a knee in the stomach!</span>")
D.audible_message("<b>[D]</b> gags!")
if (!(D.species.flags & NO_BREATHE))
D.losebreath += 3
@@ -75,7 +75,7 @@
if(!D.stat && !D.weakened)
A.do_attack_animation(D)
D.visible_message("<span class='warning'>[A] kicks [D] in the head!</span>", \
"<span class='danger'>[A] kicks you in the jaw!</span>")
"<span class='danger'>[A] kicks you in the jaw!</span>")
D.apply_damage(20, DAMAGE_BRUTE, BP_HEAD)
D.drop_item()
playsound(get_turf(D), "punch", 50, 1, -1)
@@ -134,4 +134,4 @@
#undef BACK_KICK_COMBO
#undef STOMACH_KNEE_COMBO
#undef HEAD_KICK_COMBO
#undef ELBOW_DROP_COMBO
#undef ELBOW_DROP_COMBO
+2 -2
View File
@@ -48,7 +48,7 @@
A.do_attack_animation(D)
var/atk_verb = pick("slices", "pinches", "chops", "bites", "claws")
D.visible_message("<span class='danger'>[A] [atk_verb] [D]!</span>", \
"<span class='danger'>[A] [atk_verb] you!</span>")
"<span class='danger'>[A] [atk_verb] you!</span>")
D.apply_damage(rand(5,15), DAMAGE_BRUTE, damage_flags = DAMAGE_FLAG_SHARP)
playsound(get_turf(D), 'sound/weapons/slash.ogg', 25, 1, -1)
@@ -98,4 +98,4 @@
#undef PIERCING_STRIKE
#undef SWIFT_BITE
#undef CRUSHING_JAWS
#undef CRUSHING_JAWS