rid of old span macros

This commit is contained in:
Kashargul
2024-10-01 23:51:48 +02:00
parent ded60639bc
commit e0d694e8ac
205 changed files with 862 additions and 868 deletions
+2 -2
View File
@@ -151,7 +151,7 @@
wind_speed = new_wind_speed
wind_dir = pick(alldirs)
var/message = "You feel the wind blowing [wind_speed > 2 ? "strongly ": ""]towards the <b>[dir2text(wind_dir)]</b>."
message_all_outdoor_players(span("warning", message))
message_all_outdoor_players(span_warning(message))
/datum/weather_holder/proc/message_all_outdoor_players(message)
for(var/mob/M in player_list) // Don't need to care about clientless mobs.
@@ -290,4 +290,4 @@
// This is for special effects for specific types of weather, such as lightning flashes in a storm.
// It's a seperate object to allow the use of flick().
/atom/movable/weather_visuals/special
plane = PLANE_LIGHTING_ABOVE
plane = PLANE_LIGHTING_ABOVE