mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user