- Removed collectible hats from the theatre.

- Added theatre vending machine sprites in preparation for a vending machine that will provide entertainment in exchange for space tickets.
- Added a tounge sprite in preparation for tongues

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2167 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
LastBattaWolf@hotmail.com
2011-09-10 06:16:37 +00:00
parent d95a351aba
commit 787d5a7afe
3 changed files with 27 additions and 52 deletions

View File

@@ -132,64 +132,21 @@
new /obj/item/clothing/head/wizard/fake(src.loc)
del(src)
/obj/landmark/costume/hats1/New()
new /obj/item/clothing/head/collectable/petehat(src.loc)
new /obj/item/clothing/head/collectable/metroid(src.loc)
new /obj/item/clothing/head/collectable/chef(src.loc)
new /obj/item/clothing/head/collectable/xenom(src.loc)
/obj/landmark/costume/sexyclown/New()
new /obj/item/clothing/mask/gas/sexyclown(src.loc)
new /obj/item/clothing/under/sexyclown(src.loc)
del(src)
/obj/landmark/costume/hats2/New()
new /obj/item/clothing/head/collectable/petehat(src.loc)
new /obj/item/clothing/head/collectable/beret(src.loc)
new /obj/item/clothing/head/collectable/police(src.loc)
new /obj/item/clothing/head/collectable/slime(src.loc)
/obj/landmark/costume/sexymime/New()
new /obj/item/clothing/mask/gas/sexymime(src.loc)
new /obj/item/clothing/under/sexymime(src.loc)
del(src)
/obj/landmark/costume/hats3/New()
new /obj/item/clothing/head/collectable/beret(src.loc)
new /obj/item/clothing/head/collectable/tophat(src.loc)
new /obj/item/clothing/head/collectable/paper(src.loc)
new /obj/item/clothing/head/collectable/captain(src.loc)
/obj/landmark/costume/brits/New()
new /obj/item/clothing/head/redcoat(src.loc)
new /obj/item/clothing/under/redocat(src.loc)
del(src)
/obj/landmark/costume/hats4/New()
new /obj/item/clothing/head/collectable/paper(src.loc)
new /obj/item/clothing/head/collectable/police(src.loc)
new /obj/item/clothing/head/collectable/welding(src.loc)
new /obj/item/clothing/head/collectable/hardhat(src.loc)
del(src)
/obj/landmark/costume/hats5/New()
new /obj/item/clothing/head/collectable/flatcap(src.loc)
new /obj/item/clothing/head/collectable/pirate(src.loc)
new /obj/item/clothing/head/collectable/kitty(src.loc)
new /obj/item/clothing/head/collectable/hardhat(src.loc)
del(src)
/obj/landmark/costume/hats6/New()
new /obj/item/clothing/head/collectable/captain(src.loc)
new /obj/item/clothing/head/collectable/police(src.loc)
new /obj/item/clothing/head/collectable/HoS(src.loc)
new /obj/item/clothing/head/collectable/swat(src.loc)
del(src)
/obj/landmark/costume/hats7/New()
new /obj/item/clothing/head/collectable/thunderdome(src.loc)
new /obj/item/clothing/head/collectable/rabbitears(src.loc)
new /obj/item/clothing/head/collectable/kitty(src.loc)
new /obj/item/clothing/head/collectable/chef(src.loc)
del(src)
/obj/landmark/costume/hats8/New()
new /obj/item/clothing/head/collectable/paper(src.loc)
new /obj/item/clothing/head/collectable/police(src.loc)
new /obj/item/clothing/head/collectable/welding(src.loc)
new /obj/item/clothing/head/collectable/hardhat(src.loc)
del(src)
/*
/obj/landmark/costume/cyborg/New()

View File

@@ -59,6 +59,24 @@ should be listed in the changelog upon commit tho. Thanks. -->
<ul>
<li>A new pet on the bridge.</li>
</ul>
</li>
<li><b>Lasty updated:</b>
<ul>
<li>The collectible hats have been removed from the theatre, doomed to rot forever in the hat crates they spawned from. No longer shall you see racks full of "collectible hard hat"!</li>
</ul>
</li>
<li><b>TLE updated:</b>
<ul>
<li>You can now toggle the message for becoming a pAI on and off in your prefs.</li>
</ul>
</li>
<li><b>Mport updated:</b>
<ul>
<li>Synaptizine now once again helps you recover from being stunned, however it is now also slightly toxic and may cause a small amount of toxins damage for every tick that it is in your system.</li>
<li>Assembly updating!</li>
<li>Original blob is back, though it still has lava sprites.</li>
<li>The bug where you would spawn on the wizard shuttle for a second at the start of the round should no longer occur.</li>
</ul>
</li>
</ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 46 KiB