Donut boxes no longer eat items and disappear. Until a more permanent fix is in place, they also cannot be refilled with donuts.

Changelog updated.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@49 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-09-02 21:56:06 +00:00
parent d73f38d41a
commit 5fac6d778d
2 changed files with 18 additions and 1 deletions
+3 -1
View File
@@ -24,13 +24,15 @@ YOUR MUMS BOX
src.icon_state = text("donutbox[]", src.amount)
return
/*
/obj/item/kitchen/donut_box/attackby(obj/item/weapon/W as obj, mob/user as mob)
if (istype(W, /obj/item/weapon/reagent_containers/food/snacks/donut))
if (istype(W, /obj/item/weapon/reagent_containers/food/snacks/donut) && (amount < 6))
user.drop_item()
W.loc = src
usr << "You place a donut back into the box."
src.update()
return
*/
/obj/item/kitchen/donut_box/MouseDrop(mob/user as mob)
if ((user == usr && (!( usr.restrained() ) && (!( usr.stat ) && (usr.contents.Find(src) || in_range(src, usr))))))
+15
View File
@@ -41,6 +41,21 @@
<p><strong>Visit our IRC channel, #tgstation13 on irc.rizon.net</strong></p>
<h2>Changelog</h2>
<h3>Thursday, September 2, 22:45</h3>
<ul>
<li>Ghosts can no longer release the singularity.</li>
<li>Sprites added in preparation for a Hydroponics update</li>
<li>A decoy AI now spawns in the AI core during Malfunction rounds to reduce metagaming.</li>
<li>libmysql.dll added to distribution.</li>
<li>Aircode options restored to default configuration.</li>
<li>AIs properly enter powerloss mode if the APC in their area loses equipment power.</li>
<li>Hydroponics crates added to Hydroponics, containing Weed-B-Gone</li>
<li>Airlock electrification now actually works properly.</li>
<li>Karma database error message updated.</li>
<li>Cyborgs choosing the standard module no longer become invisible except for a pair of glowing red eyes.</li>
<li><b>Aliens now have a hivemind channel, accessed like departmental radio channels or robot talk with ':a'.</b></li>
<li>Full donut boxes no longer eat whatever item is used on them and disappear.</li>
</ul>
<h3>Monday, August 30, 16:24</h3>
<ul>
<li><b>PDA user interface has been given a graphical overhaul.</b> Please report any problems with it on the issue tracker.</li>