Two new microwave recipes:

- Tele Bacon: Requires one piece of meat and a remote signaler. It is delicious and may allow 

people to teleport to your location.
- Banana Phone: Requires a banana, a radio, and 5 units of psilocybin. Basically an edible radio. Eat at your own risk (MAY CAUSE HOMICIDAL URGES, NOT LIKE THAT IS ANYTHING UNUSUAL).

On a totally unrelated note:
- Banana Phone (full version of the song, not the short loop version) can now be played via the "Banana Phone" fun admin command. It only runs once.
- Fixed a potential runtime error in the juicer code.

DRINKS!
- Potato juice added, produced from putting a potato in a juicer.
- 10 Potato Juice + 2 Enzyme = Vodka
- 5 coffee + 5 sugar + 2 enzyme = Kahlua

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1484 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
morikou@gmail.com
2011-04-21 17:52:16 +00:00
parent 28b3e2c6bf
commit b06cc3ee34
13 changed files with 302 additions and 195 deletions
+5
View File
@@ -15,3 +15,8 @@
src.code = "beacon"
src.add_fingerprint(usr)
return
/obj/item/device/radio/beacon/bacon //Probably a better way of doing this, I'm lazy.
proc/digest_delay()
spawn(600)
del(src)
+5
View File
@@ -379,3 +379,8 @@ Speaker: <A href='byond://?src=\ref[src];ch_name=[chan_name];listen=[!list]'>[li
for (var/ch_name in channels)
channels[ch_name] = 0
..()
/obj/item/device/radio/banana //Why is this even needed? So that it shows up as a banana in the chat log.
name = "Banana Phone"
icon = 'items.dmi'
icon_state = "banana" //needs a new icon.
+1 -1
View File
@@ -156,4 +156,4 @@ Code:
else
usr << browse(null, "window=radio")
return
return
return