refactors most spans

This commit is contained in:
Kashargul
2024-10-02 21:10:31 +02:00
parent 5417c7772c
commit a2c673ab7a
1517 changed files with 12436 additions and 12347 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
. = ..()
if(new_partner)
pair(new_partner)
/obj/effect/overmap/bluespace_rift/proc/pair(var/obj/effect/overmap/bluespace_rift/new_partner)
if(istype(new_partner))
partner = new_partner
@@ -37,6 +37,6 @@
new type(get_turf(user), src)
else if(partner)
user.forceMove(get_turf(partner))
to_chat(user, "<span class='notice'>Your ghostly form is pulled through the rift!</span>")
to_chat(user, span_notice("Your ghostly form is pulled through the rift!"))
else
return ..()