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
@@ -224,10 +224,10 @@
H.update_icons_body()
else
user.visible_message(span_warning("[user] begins to wipe [H]'s lipstick off with \the [src]."), \
span_notice("You begin to wipe off [H]'s lipstick."))
span_notice("You begin to wipe off [H]'s lipstick."))
if(do_after(user, 10) && do_after(H, 10, 5, 0)) //user needs to keep their active hand, H does not.
user.visible_message(span_notice("[user] wipes [H]'s lipstick off with \the [src]."), \
span_notice("You wipe off [H]'s lipstick."))
span_notice("You wipe off [H]'s lipstick."))
H.lip_style = null
H.update_icons_body()