only tab indentation (#17408)

* only tab indentation

* .
This commit is contained in:
Kashargul
2025-03-23 15:28:15 +01:00
committed by GitHub
parent 6e881d8336
commit 2556102719
84 changed files with 761 additions and 753 deletions
+2 -2
View File
@@ -59,7 +59,7 @@
which_hand = "r_hand"
triggered(user, which_hand)
user.visible_message(span_warning("[user] accidentally sets off [src], breaking their fingers."), \
span_warning("You accidentally trigger [src]!"))
span_warning("You accidentally trigger [src]!"))
return
to_chat(user, span_notice("You disarm [src]."))
@@ -75,7 +75,7 @@
which_hand = "r_hand"
triggered(user, which_hand)
user.visible_message(span_warning("[user] accidentally sets off [src], breaking their fingers."), \
span_warning("You accidentally trigger [src]!"))
span_warning("You accidentally trigger [src]!"))
return
..()