Merge pull request #11476 from PsiOmegaDelta/dev

Dev
This commit is contained in:
PsiOmegaDelta
2015-11-19 09:21:56 +01:00
6 changed files with 663 additions and 654 deletions

View File

@@ -131,6 +131,7 @@
else
H.dna = R.dna
H.UpdateAppearance()
H.sync_organ_dna()
if(heal_level < 60)
randmutb(H) //Sometimes the clones come out wrong.
H.dna.UpdateSE()
@@ -254,7 +255,7 @@
locked = 0
go_out()
return 1
//Put messages in the connected computer's temp var for display.
/obj/machinery/clonepod/proc/connected_message(var/message)
if((isnull(connected)) || (!istype(connected, /obj/machinery/computer/cloning)))

View File

@@ -158,6 +158,7 @@
spawn(5) // And wait a half-second, since it sounds like you can do this too fast.
if(src)
winset(src, null, "command=\".configure graphics-hwmode off\"")
sleep(2) // wait a bit more, possibly fixes hardware mode not re-activating right
winset(src, null, "command=\".configure graphics-hwmode on\"")
log_client_to_db()

View File

@@ -56,6 +56,12 @@
-->
<div class="commit sansserif">
<h2 class="date">19 November 2015</h2>
<h3 class="author">PsiOmegaDelta updated:</h3>
<ul class="changes bgimages16">
<li class="tweak">The round start and auto-antag spawners can now check if players have played long enough to be eligable for selection.</li>
</ul>
<h2 class="date">16 November 2015</h2>
<h3 class="author">PsiOmegaDelta updated:</h3>
<ul class="changes bgimages16">

View File

@@ -2378,3 +2378,7 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
PsiOmegaDelta:
- rscadd: Added new verb, 'Character Setup' under the Preferences tab, to allow
modifying your character settings at any time.
2015-11-19:
PsiOmegaDelta:
- tweak: The round start and auto-antag spawners can now check if players have played
long enough to be eligable for selection.

View File

@@ -1,4 +0,0 @@
author: PsiOmegaDelta
delete-after: True
changes:
- tweak: "The round start and auto-antag spawners can now check if players have played long enough to be eligable for selection."

File diff suppressed because it is too large Load Diff