mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
converts our spans (#9185)
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
spark_system.set_up(5, 0, user.loc)
|
||||
spark_system.start()
|
||||
playsound(src, "sparks", 50, 1)
|
||||
user.visible_message("<span class='danger'>[user] is abruptly flung somewhere else in response to the damage!</span>")
|
||||
user.visible_message(span_danger("[user] is abruptly flung somewhere else in response to the damage!"))
|
||||
do_teleport(user, locate(telex,teley,telez), local = 0, bohsafe = 1)
|
||||
tele_threshold = initial(tele_threshold)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user