Skip to content

Commit

Permalink
Fixes a CRITICAL bug in the feedback messages of towels (#24591) (#296)
Browse files Browse the repository at this point in the history
Co-authored-by: GoldenAlpharex <[email protected]>
  • Loading branch information
Steals-The-PRs and GoldenAlpharex authored Oct 26, 2023
1 parent d79fb45 commit e9c5426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

var/cleaning_themselves = target_mob == user

target_mob.visible_message(span_notice("[user] starts drying [cleaning_themselves ? "themselves" : target_mob] up with [src]."), span_notice("[cleaning_themselves ? "You start drying yourself" : "[user] starts drying you "] up with \the [src]."), ignored_mobs = cleaning_themselves ? null : user)
target_mob.visible_message(span_notice("[user] starts drying [cleaning_themselves ? "themselves" : target_mob] up with [src]."), span_notice("[cleaning_themselves ? "You start drying yourself" : "[user] starts drying you"] up with \the [src]."), ignored_mobs = cleaning_themselves ? null : user)

if(!cleaning_themselves)
to_chat(user, span_notice("You start drying [target_mob] up with [src]."))
Expand Down

0 comments on commit e9c5426

Please sign in to comment.