mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 04:32:42 +00:00
Added webbing and vests to lockers.
This commit is contained in:
@@ -104,6 +104,10 @@
|
|||||||
new /obj/item/weapon/storage/backpack/industrial(src)
|
new /obj/item/weapon/storage/backpack/industrial(src)
|
||||||
else
|
else
|
||||||
new /obj/item/weapon/storage/backpack/satchel_eng(src)
|
new /obj/item/weapon/storage/backpack/satchel_eng(src)
|
||||||
|
if (prob(70))
|
||||||
|
new /obj/item/clothing/tie/storage/brown_vest(src)
|
||||||
|
else
|
||||||
|
new /obj/item/clothing/tie/storage/webbing(src)
|
||||||
new /obj/item/clothing/under/rank/engineer(src)
|
new /obj/item/clothing/under/rank/engineer(src)
|
||||||
new /obj/item/clothing/shoes/orange(src)
|
new /obj/item/clothing/shoes/orange(src)
|
||||||
new /obj/item/weapon/storage/toolbox/mechanical(src)
|
new /obj/item/weapon/storage/toolbox/mechanical(src)
|
||||||
|
|||||||
@@ -187,6 +187,7 @@
|
|||||||
new /obj/item/clothing/glasses/sunglasses/sechud(src)
|
new /obj/item/clothing/glasses/sunglasses/sechud(src)
|
||||||
new /obj/item/taperoll/police(src)
|
new /obj/item/taperoll/police(src)
|
||||||
new /obj/item/device/hailer
|
new /obj/item/device/hailer
|
||||||
|
new /obj/item/clothing/tie/storage/black_vest(src)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -58,6 +58,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. -->
|
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 -->
|
<!-- 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">5.06.2013</h2>
|
||||||
|
<h3 class="author">Chinsky updated:</h3>
|
||||||
|
<ul class="changes bgimages16">
|
||||||
|
<li class="rscadd">Load bearing equipment - webbings and vests for engineers and sec. Attach to jumpsuit, use 'Look in storage' verb (object tab) to open.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div class='commit sansserif'>
|
<div class='commit sansserif'>
|
||||||
<h2 class='date'>1.06.2013</h2>
|
<h2 class='date'>1.06.2013</h2>
|
||||||
<h3 class='author'>Chinsky updated:</h3>
|
<h3 class='author'>Chinsky updated:</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user