Skip to content

Commit

Permalink
offset fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 10, 2023
1 parent 6b85407 commit 1cc1f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/verbs/ooc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
var/list/rank_icons = icon_states('icons/ooc.dmi')
var/rankname = admin_holder.rank
if(rankname in rank_icons)
prefix += "[icon2html('icons/ooc.dmi', GLOB.clients, admin_holder.rank)] "
return prefix
prefix += "[icon2html('icons/ooc.dmi', GLOB.clients, admin_holder.rank)]"
return "[prefix] "

/client/verb/looc(msg as text)
set name = "LOOC" //Gave this shit a shorter name so you only have to time out "ooc" rather than "ooc message" to use it --NeoFite
Expand Down

0 comments on commit 1cc1f88

Please sign in to comment.