mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
- Welding masks now have the view range lowered by default
- You can add a photo to you ID (Just one tho) - If you examine someone with a photo on his ID, it'll tell you it has a photo - Commented out code which spawns a photo of you at round start/late join - Moving Mining out of beta git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1193 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -407,7 +407,7 @@ mob/new_player
|
||||
if (IsJobAvailable("Warden", wardenMax))
|
||||
dat += "<a href='byond://?src=\ref[src];SelectedJob=28'>Warden</a><br>"
|
||||
if (IsJobAvailable("Shaft Miner",minerMax))
|
||||
dat += "<a href='byond://?src=\ref[src];SelectedJob=29'>Shaft Miner</a> (BETA)<br>"
|
||||
dat += "<a href='byond://?src=\ref[src];SelectedJob=29'>Shaft Miner</a><br>"
|
||||
if (IsJobAvailable("Mail Sorter",sorterMax))
|
||||
dat += "<a href='byond://?src=\ref[src];SelectedJob=31'>Mail Sorter</a> (BETA)<br>"
|
||||
if (!jobban_isbanned(src,"Assistant"))
|
||||
|
||||
Reference in New Issue
Block a user