Skip to content

Commit

Permalink
Merge pull request #10 from Tk420634/emotes
Browse files Browse the repository at this point in the history
Plays with font size a bit
  • Loading branch information
Tk420634 authored Jun 24, 2024
2 parents 7138dd5 + 5eabac7 commit 19c40b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/path
var/vr_path
var/default_slot = 1 //Holder so it doesn't default to slot 1, rather the last one used
var/max_save_slots = 30
var/max_save_slots = 5
var/lockdown = FALSE // prevents any funny business while we delete

//non-preference stuff
Expand Down Expand Up @@ -630,7 +630,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)

dat += "<h3>Body</h3>"

dat += "<b>Species:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=species;task=input'>[pref_species.name]</a><BR>"
//dat += "<b>Species:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=species;task=input'>[pref_species.name]</a><BR>"

if(LAZYLEN(pref_species.alt_prefixes))
dat += "<b>Alt Appearance:</b><a style='display:block;width:100px' href='?_src_=prefs;preference=species_alt_prefix;task=input'>[alt_appearance ? alt_appearance : "Select"]</a><BR>"
Expand Down
1 change: 0 additions & 1 deletion code/modules/mob/dead/new_player/new_player.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
output += "<p><a href='byond://?src=[REF(src)];directory=1'>View Character Directory</a></p>"
output += "<p><a href='byond://?src=[REF(src)];late_join=1'>Join Game!</a></p>"
output += "<p>[LINKIFY_READY("Observe", PLAYER_READY_TO_OBSERVE)]</p>"
output += "<p><a href='byond://?src=[REF(src)];join_as_creature=1'>Join as Simple Creature!</a></p>"
output += "<p><a href='byond://?src=[REF(src)];refresh_chat=1)'>(Fix Chat Window)</a></p>"
output += "<p><a href='byond://?src=[REF(src)];fit_viewport_lobby=1)'>(Fit Viewport)</a></p>"

Expand Down
1 change: 0 additions & 1 deletion fortune13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -2755,7 +2755,6 @@
#include "code\modules\mob\living\carbon\human\species_types\angel.dm"
#include "code\modules\mob\living\carbon\human\species_types\bugmen.dm"
#include "code\modules\mob\living\carbon\human\species_types\corporate.dm"
#include "code\modules\mob\living\carbon\human\species_types\dragons.dm"
#include "code\modules\mob\living\carbon\human\species_types\dullahan.dm"
#include "code\modules\mob\living\carbon\human\species_types\dwarves.dm"
#include "code\modules\mob\living\carbon\human\species_types\ethereal.dm"
Expand Down
4 changes: 2 additions & 2 deletions html/browser/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body
margin: 0;
background: #000000;
color: #00dd00;
font-size: 12px;
font-size: 20px;
font-family: 'Almendra';
color: #2fc22f;
line-height: 170%;
Expand Down Expand Up @@ -148,7 +148,7 @@ h4
{
animation: scroll 0.25s 1;
clear: both;
padding: 16px;
padding: 20px;
font-family: "Almendra";

}
Expand Down

0 comments on commit 19c40b1

Please sign in to comment.