-Fixed there being no return link when a "No SQL server" message appears on the Library Computer.

-Increased the amount of lights you get from adding glass to the Light Replacer.
-Emagging the light replacer is one way.
-You can add lights to the light replacer to add uses.
-You can unload the trash bag by clicking on it.
-Vodka now heals toxin damage.
-Made light tubes the same price as light bulbs.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4114 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-07-19 17:03:36 +00:00
parent 85d28606ef
commit d4c0a8130f
5 changed files with 33 additions and 15 deletions
+4 -8
View File
@@ -37,18 +37,12 @@ datum
if(istype(C, /obj/item/clothing/suit/bio_suit))
// bio suits are just about completely fool-proof - Doohl
// kind of a hacky way of making bio suits more resistant to chemicals but w/e
if(prob(50))
if(prob(75))
block = 1
else
if(prob(50))
block = 1
if(istype(C, /obj/item/clothing/head/bio_hood))
if(prob(50))
if(prob(75))
block = 1
else
if(prob(50))
block = 1
chance = chance * 100
@@ -2593,6 +2587,8 @@ datum
if(!data) data = 1
data++
M.dizziness +=3
if(holder.has_reagent("toxin"))
holder.remove_reagent("toxin", 2)
if(data >= 45 && data <125)
if (!M.stuttering) M.stuttering = 1
M.stuttering += 3
+1 -1
View File
@@ -674,7 +674,7 @@
icon_state = "ltube"
base_state = "ltube"
item_state = "c_tube"
g_amt = 200
g_amt = 100
brightness = 8
large