Skip to content

Commit

Permalink
Fix span class
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Sep 22, 2023
1 parent d8dcee0 commit 0920b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/clown.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
return
H.apply_pref_name(/datum/preference/name/clown, preference_source)
if(HAS_TRAIT(SSstation, STATION_TRAIT_CLOWN_BRIDGE))
to_chat(M, "<span class='notice bold'>The <span class='clown bold'>Clown Planet</span> has given all clowns access to a specific weakness in airlock ID scanners, resulting in all clowns having <b>bridge access</b>! Honk!</span>")
to_chat(M, "<span class='notice bold'>The <span class='honk bold'>Clown Planet</span> has given all clowns access to a specific weakness in airlock ID scanners, resulting in all clowns having <b>bridge access</b>! Honk!</span>")

/datum/outfit/job/clown
name = JOB_NAME_CLOWN
Expand Down

0 comments on commit 0920b3a

Please sign in to comment.