mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
refactors most spans
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
return
|
||||
|
||||
if(!anchored)
|
||||
to_chat(user,"<span class='warning'>\The [src] must be anchored before activation!</span>")
|
||||
to_chat(user,span_warning("\The [src] must be anchored before activation!"))
|
||||
return
|
||||
|
||||
if(!plant)
|
||||
@@ -103,4 +103,4 @@
|
||||
/obj/machinery/holoplant/shipped
|
||||
anchored = FALSE
|
||||
/obj/machinery/holoplant/shipped/Initialize()
|
||||
. = ..()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user