mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
rid of old span macros
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user