git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3062 316c924e-a436-60f5-8080-3fe189b3f50e

This commit is contained in:
baloh.matevz@gmail.com
2012-02-09 01:37:42 +00:00
parent dddd20f11f
commit cd37755ff4
3 changed files with 20 additions and 4 deletions
@@ -12,15 +12,16 @@
New()
..()
sleep(2)
new /obj/item/weapon/storage/backpack/industrial(src)
new /obj/item/blueprints(src)
new /obj/item/clothing/under/rank/chief_engineer(src)
new /obj/item/clothing/suit/hazardvest(src)
new /obj/item/clothing/head/helmet/hardhat/white(src)
new /obj/item/clothing/head/helmet/welding(src)
new /obj/item/clothing/gloves/yellow(src)
new /obj/item/clothing/shoes/brown(src)
new /obj/item/device/radio/headset/heads/ce(src)
new /obj/item/weapon/storage/toolbox/mechanical(src)
new /obj/item/clothing/suit/hazardvest(src)
new /obj/item/clothing/mask/gas(src)
new /obj/item/device/multitool(src)
new /obj/item/device/flash(src)
@@ -92,6 +93,7 @@
New()
..()
sleep(2)
new /obj/item/weapon/storage/backpack/industrial(src)
new /obj/item/clothing/under/rank/engineer(src)
new /obj/item/clothing/shoes/orange(src)
new /obj/item/weapon/storage/toolbox/mechanical(src)
+5 -3
View File
@@ -50,18 +50,19 @@
New()
..()
sleep(2)
new /obj/item/clothing/suit/armor/vest(src)
new /obj/item/clothing/under/jensen(src)
new /obj/item/clothing/suit/armor/hos/jensen(src)
new /obj/item/clothing/head/helmet/HoS/dermal(src)
new /obj/item/device/radio/headset/heads/hos(src)
new /obj/item/clothing/glasses/sunglasses/sechud(src)
new /obj/item/weapon/shield/riot(src)
new /obj/item/weapon/storage/lockbox/loyalty(src)
new /obj/item/weapon/storage/flashbang_kit(src)
new /obj/item/weapon/storage/belt/security(src)
new /obj/item/weapon/storage/lockbox/loyalty(src)
new /obj/item/weapon/melee/baton(src)
new /obj/item/weapon/gun/energy/gun(src)
new /obj/item/device/flash(src)
new /obj/item/clothing/glasses/sunglasses/sechud(src)
new /obj/item/weapon/storage/belt/security(src)
return
@@ -107,6 +108,7 @@
New()
..()
sleep(2)
new /obj/item/weapon/storage/backpack/security(src)
new /obj/item/clothing/suit/armor/vest(src)
new /obj/item/clothing/head/helmet(src)
new /obj/item/device/radio/headset/headset_sec(src)
+12
View File
@@ -89,6 +89,18 @@
Stuff which is in development and not yet visible to players or just code related
(ie. code improvements for expandability, etc.) should not be listed here. They
should be listed in the changelog upon commit tho. Thanks. -->
<b><font color='blue'>9 February 2012</font></b>
<ul>
<li><b>Erro updated:</b>
<ul>
<li>Engineering and security lockers now spawn with their respective backpacks in them so job-changers can look as they should. HoS locker now also contains an armored vest, for the convenience of the HoS who wants to play with one.</li>
<li>Slightly changed the spawn order of items in the CE and HoS lockers to make starting up a hint less tedious.</li>
<li>That changelog format in the past 2 updates is pretty and all, but it's too tedious to do by hand.</li>
</ul>
</ul>
<div class="commit sansserif">
<h2 class="date">8 February 2012</h2>
<h3 class="author"><abbr title="a.k.a. panurgomatic on google code">ConstantA</abbr> updated:</h3>