Better formatting so Aro doesn't beat me up

This commit is contained in:
VerySoft
2021-08-23 07:35:08 -04:00
parent 0ae38fd3c5
commit b31effa630
5 changed files with 5 additions and 5 deletions
@@ -52,7 +52,7 @@
while(finalized == "No" && M.client)
if(jobban_isbanned(M, "GhostRoles"))
to_chat(M, "<font color='red'><B>You cannot inhabit this creature because you are banned from playing ghost roles.</B></font>")
to_chat(M, "<span class='warning'>You cannot inhabit this creature because you are banned from playing ghost roles.</span>")
return
choice = tgui_input_list(M, "What type of predator do you want to play as?", "Maintpred Choice", possible_mobs)
if(!choice)
@@ -86,7 +86,7 @@
/obj/structure/ghost_pod/ghost_activated/attack_ghost(var/mob/observer/dead/user)
//VOREStation Add Start
if(jobban_isbanned(user, "GhostRoles"))
to_chat(user, "<font color='red'><B>You cannot inhabit this creature because you are banned from playing ghost roles.</B></font>")
to_chat(user, "<span class='warning'>You cannot inhabit this creature because you are banned from playing ghost roles.</span>")
return
//VOREStation Add End
if(used)
@@ -12,7 +12,7 @@
/obj/structure/ghost_pod/manual/attack_ghost(var/mob/observer/dead/user)
if(jobban_isbanned(user, "GhostRoles"))
to_chat(user, "<font color='red'><B>You cannot inhabit this creature because you are banned from playing ghost roles.</B></font>")
to_chat(user, "<span class='warning'>You cannot inhabit this creature because you are banned from playing ghost roles.</span>")
return
if(!remains_active || busy)