mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
The Great Spanning (#9320)
This PR get rid of all (most of) the span("thing", spans and replaces them with the SPAN_THING( variant, which has gained more popularity recently.
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
return FALSE
|
||||
|
||||
if (ismob(src))
|
||||
to_chat(src, span("danger", "You are pushed away by airflow!"))
|
||||
to_chat(src, SPAN_DANGER("You are pushed away by airflow!"))
|
||||
|
||||
last_airflow = world.time
|
||||
var/airflow_falloff = 9 - sqrt((x - airflow_dest.x) ** 2 + (y - airflow_dest.y) ** 2)
|
||||
|
||||
Reference in New Issue
Block a user