Changelog, missed stuff from previous commits, and commenting out silly stuff.

This commit is contained in:
Erthilo
2012-05-07 23:25:29 +01:00
parent 1c3235d7bc
commit 0f4445bdbb
3 changed files with 29 additions and 5 deletions
@@ -624,8 +624,8 @@
/mob/living/carbon/human/tajaran/co2overloadtime = null
/mob/living/carbon/human/tajaran/temperature_resistance = T0C+70
//I just need this for some vars, please don't hurt me. -- Erthilo
/* //This is silly. -- Erthilo
/mob/living/carbon/human/tajaran/Emissary/
unacidable = 1
var/aegis = 1
@@ -712,4 +712,5 @@
src.show_message("\red [src]'s eyes open suddenlly.", 3, "\red \"I gave a solemn vow to never die for long.\"", 2)
src.heal_overall_damage(9001,9001)
src.stat = 0
aegis = 0
aegis = 0
*/
+7 -3
View File
@@ -176,9 +176,13 @@
src.icon_state = "giftbag2"
if (istype(W, /obj/item/weapon/gun/energy/crossbow)) return //STEALTHY
for(var/mob/O in viewers(user, null))
O.show_message(text("\blue [user] has added [W] to [src]!"))
//Foreach goto(139)
for(var/mob/M in viewers(user, null))
if (M == user)
user << "\blue You put the [W] into [src]."
else if (M in range(1)) //If someone is standing close enough, they can tell what it is...
M.show_message(text("\blue [user] puts [W] into [src]."))
else if (W.w_class >= 3.0) //Otherwise they can only see large or normal items from a distance...
M.show_message(text("\blue [user] puts [W] into [src]."))
return
/obj/item/weapon/storage/dropped(mob/user as mob)
+19
View File
@@ -47,6 +47,25 @@ Stuff which is in development and not yet visible to players or just code relate
should be listed in the changelog upon commit though. Thanks. -->
<!-- To take advantage of the pretty new format (well it was new when I wrote this anyway), open the "add-to-changelog.html" file in any browser and add the stuff and then generate the html code and paste it here -->
<div class="commit sansserif">
<h2 class="date">07 May 2012</h2>
<h3 class="author">TG updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Added a new chemical: lipozine, a weight loss drug. Made with sodium chloride, ethanol, and radium.</li>
<li class="rscadd">You can build various upgrades for cyborgs, such as improved speed, from the fabricators.</li>
<li class="rscadd">AI can now ctrl-click APCs to turn them off.</li>
<li class="rscadd">AI can now track its cyborgs who speak on robotic talk.</li>
<li class="rscadd">Added a 'remove ID' verb to PDAs which attempts to remove the ID from a PDA. If your active hand is empty it puts it there, otherwise it puts it on the floor under you.</li>
<li class="rscadd">Tajaran can see in the dark.</li>
<li class="rscdel">Blind rune can no longer be made into a talisman.</li>
<li class="tweak">Mining cyborgs are now slightly more useful, having a much larger satchel, and an improved drill.</li>
<li class="tweak">Constructs can now see who cultists are in cult mode.</li>
<li class="tweak">Coffins are now sideways to better fit dead bodies.</li>
<li class="tweak">People around you will no longer get a message when putting small items into storage items. Large items are unaffected. </li>
<li class="imageadd">New sprites for blob, PA, mech construction, field generators and power cells.</li>
</ul>
</div>
<div class="commit sansserif">
<h2 class="date">06 May 2012</h2>
<h3 class="author">TG updated:</h3>