mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] refactors most spans (#9139)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
if(is_component_functioning("camera"))
|
||||
aiCamera.captureimage(A, usr)
|
||||
else
|
||||
to_chat(src, "<span class='userdanger'>Your camera isn't functional.</span>")
|
||||
to_chat(src, span_userdanger("Your camera isn't functional."))
|
||||
return
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user