browse to browser part 1 (#17800)

* browse to browser

* some more

* fix that

* fix that

* .

* datum browser update port

* .

* .
This commit is contained in:
Kashargul
2025-06-06 00:22:16 -07:00
committed by GitHub
parent 701fa23320
commit fa4586e0c6
36 changed files with 428 additions and 423 deletions
@@ -378,7 +378,7 @@ var/list/tape_roll_applications = list()
if(user.a_intent == I_HELP)
to_chat(user, span_warning("You refrain from breaking \the [src]."))
return
user.visible_message(span_bold("\The [user]") + "breaks \the [src]!",span_notice("You break \the [src]."))
user.visible_message(span_bold("\The [user]") + " breaks \the [src]!",span_notice("You break \the [src]."))
for (var/obj/item/tape/T in gettapeline())
if(T == src)