mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Convert most spans to defines (#31080)
* spanish? * aaaagain * keep maptext * Update robot_items.dm * Update span_defines.dm * compiles * Update silicon_mob.dm * compile
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
/mob/camera/eye/proc/validate_active_cameranet(strict = 0)
|
||||
var/camera = first_active_camera()
|
||||
if(strict && !camera)
|
||||
to_chat(user, "<span class='warning'>ERROR: No linked and active camera network found.</span>")
|
||||
to_chat(user, SPAN_WARNING("ERROR: No linked and active camera network found."))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user