-Fixed a couple typos

-Changed the cook book sprite

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2205 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Daelith.Rhedynfre@gmail.com
2011-09-15 06:53:45 +00:00
parent 90bd0c9d68
commit d35df18cd4
3 changed files with 4 additions and 4 deletions

View File

@@ -96,7 +96,7 @@
if (is_beaker_ready && !is_chamber_empty && !(stat & (NOPOWER|BROKEN)))
dat += "<A href='?src=\ref[src];action=juice'>Turn on!<BR>"
if (beaker)
dat += "<A href='?src=\ref[src];action=detach'>Detach a beacker!<BR>"
dat += "<A href='?src=\ref[src];action=detach'>Detach a beaker!<BR>"
user << browse("<HEAD><TITLE>Juicer</TITLE></HEAD><TT>[dat]</TT>", "window=juicer")
onclose(user, "juicer")
return
@@ -117,7 +117,7 @@
/obj/machinery/juicer/verb/detach()
set category = "Object"
set name = "Detach Beacker from the juicer"
set name = "Detach Beaker from the juicer"
set src in oview(1)
if (usr.stat != 0)
return

View File

@@ -1042,7 +1042,7 @@
/obj/item/weapon/book/manual/chef_recipes
name = "Chef Recipes"
icon_state = "chefbook"
icon_state = "cooked_book"
author = "Lord Frenrir Cageth"
dat = {"<html>

View File

@@ -603,7 +603,7 @@
if (is_beaker_ready && !is_chamber_empty && !(stat & (NOPOWER|BROKEN)))
dat += "<A href='?src=\ref[src];action=grind'>Turn on!<BR>"
if (beaker)
dat += "<A href='?src=\ref[src];action=detach'>Detach a beacker!<BR>"
dat += "<A href='?src=\ref[src];action=detach'>Detach a beaker!<BR>"
user << browse("<HEAD><TITLE>Reagent Grinder</TITLE></HEAD><TT>[dat]</TT>", "window=reagentgrinder")
onclose(user, "reagentgrinder")
return