Skip to content

Commit

Permalink
Adds a missing | to the player panel after "make super hero" (Parad…
Browse files Browse the repository at this point in the history
…iseSS13#26353)

* Hold my brain, brain holder.

* Update misc_admin_procs.dm

* woops
  • Loading branch information
1080pCat authored Aug 1, 2024
1 parent 7b35161 commit ca79f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/misc_admin_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ GLOBAL_VAR_INIT(nologevent, 0)
<A href='byond://?_src_=holder;makerobot=[M.UID()]'>Make Robot</A> |
<A href='byond://?_src_=holder;makealien=[M.UID()]'>Make Alien</A> |
<A href='byond://?_src_=holder;makeslime=[M.UID()]'>Make Slime</A> |
<A href='byond://?_src_=holder;makesuper=[M.UID()]'>Make Superhero</A>
<A href='byond://?_src_=holder;makesuper=[M.UID()]'>Make Superhero</A> |
"}

//Simple Animals
Expand Down

0 comments on commit ca79f65

Please sign in to comment.