mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
CHANGELOG UPDATED.
secret added to voting, dammit. Medical belts added to medbay. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1278 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1348,7 +1348,7 @@ datum
|
||||
nutriment_factor = 1 * REAGENTS_METABOLISM
|
||||
on_mob_life(var/mob/M)
|
||||
M:nutrition += nutriment_factor
|
||||
if(istype(M, /mob/living/carbon/human) && M.job in list("Security Officer", "Head of Security", "Detective"))
|
||||
if(istype(M, /mob/living/carbon/human) && M.job in list("Security Officer", "Head of Security", "Detective", "Warden"))
|
||||
if(!M) M = holder.my_atom
|
||||
M:heal_organ_damage(1,1)
|
||||
M:nutrition += nutriment_factor
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
if (M.votable)
|
||||
src.votable_modes += M.config_tag
|
||||
del(M)
|
||||
src.votable_modes += "secret"
|
||||
|
||||
/datum/configuration/proc/load(filename)
|
||||
var/text = file2text(filename)
|
||||
|
||||
@@ -44,6 +44,40 @@
|
||||
Stuff which is in development and not yet visible to players or just code related
|
||||
(is. code improvements for expandability, etc.) should not be listed here. They
|
||||
should be listed in the changelog upon commit tho. Thanks. -->
|
||||
|
||||
<font color='blue'><b>26 March 2011<b></font>
|
||||
<li><b>Rastaf0 updated:</b>
|
||||
<ul>
|
||||
<li><font color='blue'>Food sprites from Farart</font></li>
|
||||
<li><font color='blue'>New food: popcorn (corn in microwave), tofuburger (tofu+flour in microwave), carpburger (carp meat+floor in microwave)</font></li>
|
||||
<li><font color='blue'>Medical belts are finally in medbay (credits belong to errorage, I only added it)</font></li>
|
||||
<li><font color='blue'>Pill bottles now can fit in containers (boxes, medbelts, etc) and in pockets.</font></li>
|
||||
<li><font color='blue'>Cutting camera now leaves fingerprints.</font></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Microwave updated:</b>
|
||||
<ul>
|
||||
<li><font color='blue'>Armor Can hold revolvers, and so can the detective's coat.</font></li>
|
||||
<li><font color='blue'>Chef's apron is going live, it can carry a knife, and has a slight heat
|
||||
resistance (only slight don't run into a fire).</font></li>
|
||||
<li><font color='blue'>Kitty Ears!</font></li>
|
||||
<li><font color='blue'>Various food nutriment changes.</font></li>
|
||||
<li><font color='blue'>Added RIGs to the Mine EVA.</font></li>
|
||||
<li><font color='blue'>Night vision goggles. They have a range of five tiles.</font></li>
|
||||
<li><font color='blue'>Added Foods: Very Berry Pie, Tofu Pie, Tofu Kebab.</font></li>
|
||||
<li><font color='blue'>Modified foods: Custard Pie is now banana cream pie.</font></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>ConstantA updated:</b>
|
||||
<ul>
|
||||
<li><font color='blue'>Removed redundand steps from Gygax and HONK construction.</font></li>
|
||||
<li><font color='blue'>Added some mecha equipment designs to R&D.</font></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
<font color='blue'><b>23 March 2011, World Meteorological Day<b></font>
|
||||
<li><b>Neo updated:</b>
|
||||
<ul>
|
||||
|
||||
+4443
-4438
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user