mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
TG: Committing Hair-styles from Baystation and WJohnston's detective hair.
There's now also a profile preview of your character in the character setup screen. Revision: r3288 Author: elly1...@rocketmail.com
This commit is contained in:
@@ -85,5 +85,10 @@ client/verb/showrevinfo()
|
||||
set name = "Show Server Revision"
|
||||
var/output = "Sorry, the revision info is unavailable."
|
||||
output = file2text("/home/bay12/live/data/gitcommit")
|
||||
output += "Current Infomational Settings: <br>"
|
||||
output += "Tensioner Status: [config.Tensioner_Active]<br>"
|
||||
//output += "Current Tension: [tension_master.score]<br>"
|
||||
//output += "Tensioner Debug Data: R1:[tension_master.round1] R2:[tension_master.round2] R3:[tension_master.round3] R4:[tension_master.round4] ES: [tension_master.eversupressed] CD: [tension_master.cooldown]<br>"
|
||||
output += "Protect Authority Roles From Tratior: [config.protect_roles_from_antagonist]<br>"
|
||||
usr << browse(output,"window=revdata");
|
||||
return
|
||||
|
||||
@@ -58,6 +58,14 @@
|
||||
name = "Longest Hair"
|
||||
icon_state = "hair_vlong"
|
||||
|
||||
longalt
|
||||
name = "Long Hair Alt"
|
||||
icon_state = "hair_longfringe"
|
||||
|
||||
longestalt
|
||||
name = "Longest Hair Alt"
|
||||
icon_state = "hair_vlongfringe"
|
||||
|
||||
halfbang
|
||||
name = "Half-banged Hair"
|
||||
icon_state = "hair_halfbang"
|
||||
@@ -89,6 +97,7 @@
|
||||
mohawk
|
||||
name = "Mohawk"
|
||||
icon_state = "hair_d"
|
||||
choose_female = 0 // gross
|
||||
|
||||
balding
|
||||
name = "Balding Hair"
|
||||
@@ -118,6 +127,7 @@
|
||||
dreadlocks
|
||||
name = "Dreadlocks"
|
||||
icon_state = "hair_dreads"
|
||||
choose_female = 0 // okay.jpg
|
||||
|
||||
jensen
|
||||
name = "Adam Jensen Hair"
|
||||
@@ -132,14 +142,6 @@
|
||||
icon_state = "bald"
|
||||
choose_female = 0
|
||||
|
||||
longalt
|
||||
name = "Long Hair Alt"
|
||||
icon_state = "hair_longfringe"
|
||||
|
||||
longestalt
|
||||
name = "Longest Hair Alt"
|
||||
icon_state = "hair_vlongfringe"
|
||||
|
||||
himecut
|
||||
name = "Hime Cut"
|
||||
icon_state = "hair_himecut"
|
||||
@@ -148,6 +150,9 @@
|
||||
name = "Curls"
|
||||
icon_state = "hair_curls"
|
||||
|
||||
spikey
|
||||
name = "Spikey"
|
||||
icon_state = "hair_spikey"
|
||||
|
||||
/*
|
||||
///////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user