Skip to content

Commit

Permalink
span's
Browse files Browse the repository at this point in the history
забыла про них
  • Loading branch information
TriflesChase committed Dec 25, 2024
1 parent e0b13b5 commit 1a7e8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/surgery/organs_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
if(IO.status & ORGAN_DEAD)
embed_organs += embed_organ
if(!embed_organs)
user.visible_message("<span class='warning'>The [BP.name] seems to already be in fine condition!")
user.visible_message("<span class='warning'>The [BP.name] seems to already be in fine condition!</span>")
return

user.visible_message(
Expand All @@ -204,7 +204,7 @@
embed_organs[embed_organ] = image(icon = embed_organ.icon, icon_state = initial(embed_organ.icon_state))
var/choosen_organ = show_radial_menu(user, target, embed_organs, radius = 50, require_near = TRUE, tooltips = TRUE)
if(!choosen_organ)
user.visible_message("<span class='warning'>The [BP.name] seems to already be in fine condition!")
user.visible_message("<span class='warning'>The [BP.name] seems to already be in fine condition!</span>")
return

var/obj/item/organ/internal/IO = choosen_organ
Expand Down

0 comments on commit 1a7e8bf

Please sign in to comment.