cleans up some of the old << in favor of to_chat (#11156)

This commit is contained in:
Kashargul
2025-07-08 21:25:03 +02:00
committed by GitHub
parent e77ace94bd
commit 5a04ab175d
11 changed files with 40 additions and 42 deletions
@@ -61,7 +61,7 @@
if (alert(M,"This chemical will change your gender, proceed?", "Warning", "Yes", "No") == "Yes")
M.change_gender_identity(gender_change)
M.change_gender(gender_change)
M << span_warning("You feel like a new person.") //success
to_chat(M, span_warning("You feel like a new person."))
//Chemist expansion
//deathblood