Commiting for Malkevin: welding fuel is toxic again, and has in-glass sprites for the heck of it.

Fix for invisible panel-open sprites on the hydroponics nutrient vendor. 

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3864 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
d_h2005@yahoo.com
2012-06-19 01:31:02 +00:00
parent 39113b39ce
commit d0c687dbc1
3 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -962,13 +962,13 @@ datum
fuel.moles = 15
napalm.trace_gases += fuel
T.assume_air(napalm)
return
return*/
on_mob_life(var/mob/living/M as mob)
if(!M) M = holder.my_atom
M:adjustToxLoss(1)
..()
return
*/
space_cleaner
name = "Space cleaner"
+4
View File
@@ -3472,6 +3472,10 @@
icon_state = "glass_brown"
name = "Glass of bilk"
desc = "A brew of milk and beer. For those alcoholics who fear osteoporosis."
if("fuel")
icon_state = "dr_gibb_glass"
name = "Glass of welder fuel"
desc = "Unless you are an industrial tool, this is probably not safe for consumption."
else
icon_state ="glass_brown"
name = "Glass of ..what?"