mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
cleans up some of the old << in favor of to_chat (#11156)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user