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
+2 -2
View File
@@ -1077,10 +1077,10 @@ By design, d1 is the smallest direction and d2 is the highest
var/mob/living/M = buckled
if(M != user)
user.visible_message(SPAN_NOTICE("[user] begins to untie the noose over [M]'s neck..."),\
SPAN_NOTICE("You begin to untie the noose over [M]'s neck..."))
SPAN_NOTICE("You begin to untie the noose over [M]'s neck..."))
if(do_mob(user, M, 100))
user.visible_message(SPAN_NOTICE("[user] unties the noose over [M]'s neck!"),\
SPAN_NOTICE("You untie the noose over [M]'s neck!"))
SPAN_NOTICE("You untie the noose over [M]'s neck!"))
else
return
else