mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
@@ -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)))
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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."
|
||||
1299
maps/exodus-2.dmm
1299
maps/exodus-2.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user