mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Update Chat System to use to_chat(src, "") instead of src << ""
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
dna.SetSEState(MONKEYBLOCK,1)
|
||||
dna.SetSEValueRange(MONKEYBLOCK,0xDAC, 0xFFF)
|
||||
|
||||
src << "<B>You are now [species.name]. </B>"
|
||||
to_chat(src, "<B>You are now [species.name]. </B>")
|
||||
qdel(animation)
|
||||
|
||||
return src
|
||||
|
||||
Reference in New Issue
Block a user