From 02fd487008429d25b144c7ae8b6f695ba530aac1 Mon Sep 17 00:00:00 2001 From: Spamcat Date: Sat, 4 May 2013 13:22:21 +0400 Subject: [PATCH 1/5] Blood type now saves in savefile. fixes #2738 --- code/modules/client/preferences_savefile.dm | 3 +++ html/changelog.html | 8 ++++++++ 2 files changed, 11 insertions(+) diff --git a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm index 4a4d49d25f..baee59ea6a 100644 --- a/code/modules/client/preferences_savefile.dm +++ b/code/modules/client/preferences_savefile.dm @@ -119,6 +119,7 @@ S["eyes_blue"] >> b_eyes S["underwear"] >> underwear S["backbag"] >> backbag + S["b_type"] >> b_type //Jobs S["userandomjob"] >> userandomjob @@ -170,6 +171,7 @@ b_eyes = sanitize_integer(b_eyes, 0, 255, initial(b_eyes)) underwear = sanitize_integer(underwear, 1, underwear_m.len, initial(underwear)) backbag = sanitize_integer(backbag, 1, backbaglist.len, initial(backbag)) + b_type = sanitize_text(b_type, initial(b_type)) userandomjob = sanitize_integer(userandomjob, 0, 1, initial(userandomjob)) job_civilian_high = sanitize_integer(job_civilian_high, 0, 65535, initial(job_civilian_high)) @@ -218,6 +220,7 @@ S["eyes_blue"] << b_eyes S["underwear"] << underwear S["backbag"] << backbag + S["b_type"] << b_type //Jobs S["userandomjob"] << userandomjob diff --git a/html/changelog.html b/html/changelog.html index 414782d977..09c1e070e0 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -59,6 +59,14 @@ should be listed in the changelog upon commit though. Thanks. --> +
+

Spamcat

+

04.05.2013 updated:

+ +
+

30.04.2013

Spamcat updated:

From 15d4cc531a6848052f9f7fa0b93bff31da17639b Mon Sep 17 00:00:00 2001 From: Spamcat Date: Sat, 4 May 2013 13:24:40 +0400 Subject: [PATCH 2/5] Removed misleading information from changelog.html yell at me if you don't like it --- html/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/changelog.html b/html/changelog.html index 09c1e070e0..8c476633f7 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -46,7 +46,7 @@ Header Section -Visit the bleeding-edge test server at byond://tekkit.fallemmc.com:8000 +